2023-12-25T21:12:25.496 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T21:12:25.496 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014 --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} --verbose -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/orig.config.yaml 2023-12-25T21:12:25.534 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:12:25.617 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014 branch: wip-yuri5-testing-2023-12-15-0747-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: '7501014' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-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-yuri5-testing-2023-12-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 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: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJeyd5LnZSrfdG9ydOvFAxnnmk47DZiwwL9XAKiRrqxlyCfpWvxecTSOeWvp9pIi4WutGzBAjZv2qYprONo0A9s= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEk+ZnFJ9Q8unPbfiG19iQaL24ktwHgeq0HsK4Wg/nbvipULVcG09FFizpjYZUyT0s+NeX1EsJkEJ8YiWs9A3AY= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-25T21:12:25.618 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T21:12:25.618 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T21:12:25.618 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T21:12:25.620 INFO:teuthology.task.internal:Checking packages... 2023-12-25T21:12:25.643 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T21:12:25.643 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T21:12:25.643 INFO:teuthology.packaging:ref: None 2023-12-25T21:12:25.643 INFO:teuthology.packaging:tag: None 2023-12-25T21:12:25.643 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:12:25.643 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:12:25.644 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:12:25.786 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385.gb14a0a10 2023-12-25T21:12:25.787 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T21:12:25.793 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T21:12:25.793 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T21:12:25.806 INFO:teuthology.task.internal:Saving configuration 2023-12-25T21:12:25.821 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T21:12:25.826 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:12:25.853 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 21:07:23.959954', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJeyd5LnZSrfdG9ydOvFAxnnmk47DZiwwL9XAKiRrqxlyCfpWvxecTSOeWvp9pIi4WutGzBAjZv2qYprONo0A9s='} 2023-12-25T21:12:25.875 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 21:07:23.958188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEk+ZnFJ9Q8unPbfiG19iQaL24ktwHgeq0HsK4Wg/nbvipULVcG09FFizpjYZUyT0s+NeX1EsJkEJ8YiWs9A3AY='} 2023-12-25T21:12:25.875 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T21:12:25.881 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-25T21:12:25.881 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-25T21:12:25.881 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T21:12:25.956 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2ca9d9ee50>, signals=[15]) 2023-12-25T21:12:25.957 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T21:12:25.963 INFO:teuthology.task.internal:Opening connections... 2023-12-25T21:12:25.963 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T21:12:25.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:12:26.034 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2023-12-25T21:12:26.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:12:26.105 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T21:12:26.111 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-12-25T21:12:26.136 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-12-25T21:12:26.137 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="CentOS Stream" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:ID="centos" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="rhel fedora" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T21:12:26.198 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2023-12-25T21:12:26.199 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T21:12:26.199 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://centos.org/" 2023-12-25T21:12:26.199 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T21:12:26.199 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T21:12:26.199 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T21:12:26.200 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-12-25T21:12:26.218 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2023-12-25T21:12:26.239 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2023-12-25T21:12:26.240 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="8" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="8" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el8" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-25T21:12:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2023-12-25T21:12:26.301 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T21:12:26.301 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T21:12:26.301 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-25T21:12:26.301 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2023-12-25T21:12:26.326 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T21:12:26.335 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T21:12:26.342 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T21:12:26.342 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:12:26.344 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:12:26.364 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T21:12:26.375 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T21:12:26.375 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:12:26.407 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:12:26.460 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T21:12:26.514 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T21:12:26.528 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T21:12:26.528 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T21:12:26.528 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:12:26.529 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:12:26.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:12:26.549 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2023-12-25T21:12:26.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:12:26.551 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-12-25T21:12:26.609 INFO:teuthology.orchestra.run.smithi136.stdout:4.18.0-489.el8.x86_64 2023-12-25T21:12:26.610 INFO:teuthology.task.kernel:Running kernel on smithi136: 4.18.0-489.el8.x86_64 2023-12-25T21:12:26.610 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2023-12-25T21:12:26.614 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-489.el8.x86_64 2023-12-25T21:12:26.614 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-489.el8.x86_64 2023-12-25T21:12:26.614 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2023-12-25T21:12:31.526 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - AppStream 15 MB/s | 35 MB 00:02 2023-12-25T21:12:31.605 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - AppStream 14 MB/s | 35 MB 00:02 2023-12-25T21:12:39.584 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 57 MB 00:01 2023-12-25T21:12:40.155 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - BaseOS 32 MB/s | 57 MB 00:01 2023-12-25T21:12:47.942 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - Extras 80 kB/s | 18 kB 00:00 2023-12-25T21:12:48.276 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 8 - Extras common packages 48 kB/s | 6.9 kB 00:00 2023-12-25T21:12:48.561 INFO:teuthology.orchestra.run.smithi136.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-25T21:12:48.972 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - Extras 86 kB/s | 18 kB 00:00 2023-12-25T21:12:49.472 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-12-25T21:12:49.790 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-25T21:12:51.399 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-25T21:12:52.614 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 4.1 MB/s | 16 MB 00:03 2023-12-25T21:12:55.533 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 440 kB/s | 24 kB 00:00 2023-12-25T21:12:56.477 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 538 kB/s | 24 kB 00:00 2023-12-25T21:12:59.519 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T21:12:59.519 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T21:12:59.833 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-25T21:12:59.833 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:12:59.833 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout:Install 3 Packages 2023-12-25T21:12:59.834 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:12:59.835 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 89 M 2023-12-25T21:12:59.835 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 96 M 2023-12-25T21:12:59.835 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-25T21:13:00.193 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-25T21:13:00.194 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-25T21:13:00.484 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2023-12-25T21:13:00.484 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:13:00.484 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2023-12-25T21:13:00.484 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout:Install 3 Packages 2023-12-25T21:13:00.485 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:13:00.486 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 89 M 2023-12-25T21:13:00.486 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 96 M 2023-12-25T21:13:00.486 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2023-12-25T21:13:00.668 INFO:teuthology.orchestra.run.smithi037.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-12-25T21:13:01.676 INFO:teuthology.orchestra.run.smithi037.stdout:(2/3): kernel-core-4.18.0-529.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2023-12-25T21:13:01.886 INFO:teuthology.orchestra.run.smithi136.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 7.6 MB/s | 10 MB 00:01 2023-12-25T21:13:02.335 INFO:teuthology.orchestra.run.smithi037.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-25T21:13:02.335 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:13:02.336 INFO:teuthology.orchestra.run.smithi037.stdout:Total 36 MB/s | 89 MB 00:02 2023-12-25T21:13:03.050 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-25T21:13:03.186 INFO:teuthology.orchestra.run.smithi136.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-25T21:13:03.490 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-25T21:13:03.490 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-25T21:13:04.800 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-25T21:13:04.822 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-25T21:13:06.261 INFO:teuthology.orchestra.run.smithi136.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 7.5 MB/s | 43 MB 00:05 2023-12-25T21:13:06.261 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:13:06.262 INFO:teuthology.orchestra.run.smithi136.stdout:Total 15 MB/s | 89 MB 00:05 2023-12-25T21:13:06.941 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2023-12-25T21:13:07.376 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2023-12-25T21:13:07.376 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2023-12-25T21:13:07.760 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-25T21:13:08.336 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:13:08.623 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2023-12-25T21:13:08.642 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2023-12-25T21:13:11.401 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2023-12-25T21:13:11.998 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:13:12.151 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:13:12.531 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:13:15.568 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:13:15.939 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:13:16.201 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:13:16.508 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:19.364 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:13:19.646 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:39.861 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:39.884 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:40.386 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:40.386 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:13:40.386 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:13:41.592 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:41.617 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:13:41.832 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-25T21:13:41.965 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:41.965 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-25T21:13:41.965 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-25T21:13:41.999 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:13:42.266 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:13:42.266 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:13:42.266 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T21:13:42.267 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:13:42.267 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:13:42.267 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-25T21:13:42.267 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:13:42.267 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:13:42.486 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:13:42.486 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:13:42.487 DEBUG:teuthology.orchestra.run.smithi037:> sudo rpm -qi grub2-tools 2023-12-25T21:13:42.521 INFO:teuthology.orchestra.run.smithi037.stdout:Name : grub2-tools 2023-12-25T21:13:42.521 INFO:teuthology.orchestra.run.smithi037.stdout:Epoch : 1 2023-12-25T21:13:42.521 INFO:teuthology.orchestra.run.smithi037.stdout:Version : 2.02 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Release : 129.el8 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: x86_64 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Group : System Environment/Base 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Size : 9265586 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:License : GPLv3+ 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Relocations : (not relocatable) 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Packager : CentOS BuildSystem 2023-12-25T21:13:42.522 INFO:teuthology.orchestra.run.smithi037.stdout:Vendor : CentOS 2023-12-25T21:13:42.525 INFO:teuthology.orchestra.run.smithi037.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:Summary : Support tools for GRUB. 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:Description : 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:hardware devices. 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:13:42.526 INFO:teuthology.orchestra.run.smithi037.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T21:13:42.527 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T21:13:42.527 INFO:teuthology.task.kernel:Updating grub on smithi037 to boot 4.18.0-529.el8.x86_64 2023-12-25T21:13:42.527 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:13:42.769 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2023-12-25T21:13:42.904 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:13:43.122 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:13:43.123 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:13:43.123 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-25T21:13:43.123 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:13:43.123 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:13:43.123 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-25T21:13:43.123 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:13:43.123 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T21:13:43.333 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-25T21:13:43.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-25T21:13:43.333 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.02 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 129.el8 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Group : System Environment/Base 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 9265586 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2023-12-25T21:13:43.367 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Relocations : (not relocatable) 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : CentOS BuildSystem 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-25T21:13:43.368 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2023-12-25T21:13:43.369 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:13:43.369 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2023-12-25T21:13:43.369 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-25T21:13:43.369 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 4.18.0-529.el8.x86_64 2023-12-25T21:13:43.370 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-25T21:13:43.802 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2023-12-25T21:13:44.967 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2023-12-25T21:13:45.932 INFO:teuthology.orchestra.run.smithi037.stderr:done 2023-12-25T21:13:45.934 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2023-12-25T21:13:45.955 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.fZWXVCubzV 2023-12-25T21:13:45.956 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fZWXVCubzV 2023-12-25T21:13:46.028 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.fZWXVCubzV 2023-12-25T21:13:46.178 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.fZWXVCubzV is 6KB 2023-12-25T21:13:46.225 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.fZWXVCubzV 2023-12-25T21:13:46.243 DEBUG:teuthology.orchestra.run.smithi037:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T21:13:46.317 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T21:13:46.317 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T21:13:46.317 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T21:13:46.317 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T21:13:46.318 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T21:13:46.473 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2023-12-25T21:13:47.267 INFO:teuthology.orchestra.run.smithi136.stderr:done 2023-12-25T21:13:47.269 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2023-12-25T21:13:47.299 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.WfI8Pxyybq 2023-12-25T21:13:47.299 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WfI8Pxyybq 2023-12-25T21:13:47.373 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.WfI8Pxyybq 2023-12-25T21:13:47.529 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.WfI8Pxyybq is 6KB 2023-12-25T21:13:47.580 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.WfI8Pxyybq 2023-12-25T21:13:47.598 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2023-12-25T21:13:47.674 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-25T21:13:47.674 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-25T21:13:47.675 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-25T21:13:47.675 INFO:teuthology.orchestra.run.smithi136.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-25T21:13:47.676 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-25T21:13:47.838 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2023-12-25T21:14:16.477 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-25T21:14:16.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-25T21:14:16.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:14:17.841 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-25T21:14:17.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-12-25T21:14:17.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:15:16.536 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T21:15:17.845 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T21:15:25.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-25T21:15:25.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:15:25.891 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-12-25T21:15:26.173 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-25T21:15:26.173 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-25T21:15:26.173 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-12-25T21:15:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-529.el8.x86_64 2023-12-25T21:15:26.193 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T21:15:26.193 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:15:26.193 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T21:15:26.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-12-25T21:15:26.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:15:27.154 DEBUG:teuthology.orchestra.run.smithi136:> true 2023-12-25T21:15:27.194 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T21:15:27.195 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:15:27.285 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-12-25T21:15:27.297 DEBUG:teuthology.parallel:result is None 2023-12-25T21:15:27.453 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-12-25T21:15:27.454 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-25T21:15:27.454 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2023-12-25T21:15:27.471 INFO:teuthology.orchestra.run.smithi136.stdout:4.18.0-529.el8.x86_64 2023-12-25T21:15:27.471 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-25T21:15:27.471 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:15:27.471 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-25T21:15:28.472 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T21:15:28.473 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:15:28.579 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2023-12-25T21:15:28.594 DEBUG:teuthology.parallel:result is None 2023-12-25T21:15:28.594 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T21:15:28.602 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T21:15:28.603 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:15:28.605 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:15:28.625 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T21:15:28.632 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T21:15:28.642 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T21:15:28.643 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:15:28.668 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:15:28.711 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T21:15:28.718 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T21:15:28.718 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T21:15:28.750 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T21:15:28.788 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:15:28.791 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:15:28.799 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:15:28.802 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:15:28.804 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T21:15:28.811 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T21:15:28.811 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:15:28.813 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:15:28.864 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T21:15:28.874 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T21:15:28.874 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:15:28.884 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:15:28.918 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:15:28.988 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:15:29.041 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:15:29.127 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:15:29.170 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:15:29.170 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:15:29.238 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:15:29.279 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:15:29.323 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:15:29.407 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:15:29.445 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-12-25T21:15:29.445 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:15:29.508 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-12-25T21:15:29.510 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2023-12-25T21:15:29.557 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:15:29.620 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:15:29.946 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T21:15:29.954 INFO:teuthology.task.internal:Starting timer... 2023-12-25T21:15:29.954 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T21:15:29.969 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T21:15:29.978 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-25T21:15:29.979 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2023-12-25T21:15:30.063 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2023-12-25T21:15:30.065 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2023-12-25T21:15:30.156 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2023-12-25T21:15:30.158 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T21:15:30.158 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2023-12-25T21:15:30.228 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2023-12-25T21:15:30.228 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2023-12-25T21:15:30.271 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2023-12-25T21:15:30.271 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi136.front.sepia.ceph.com': 'permissive'} 2023-12-25T21:15:30.272 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T21:15:30.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:15:30.301 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T21:15:30.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:15:30.329 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T21:15:30.329 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2023-12-25T21:15:30.370 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2023-12-25T21:15:30.402 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T21:15:30.414 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T21:15:30.431 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-25T21:15:30.432 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi136.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T21:22:59.980 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com')] 2023-12-25T21:22:59.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-25T21:22:59.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:23:00.052 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-12-25T21:23:00.121 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-25T21:23:00.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-12-25T21:23:00.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:23:00.193 DEBUG:teuthology.orchestra.run.smithi136:> true 2023-12-25T21:23:00.262 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2023-12-25T21:23:00.262 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T21:23:00.272 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T21:23:00.273 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:23:00.273 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:23:00.275 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:23:00.276 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:23:00.307 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T21:23:00.323 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T21:23:00.338 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T21:23:00.353 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T21:23:00.395 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2023-12-25T21:23:00.409 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2023-12-25T21:23:00.418 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2023-12-25T21:23:00.422 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T21:23:00.430 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2023-12-25T21:23:00.436 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T21:23:00.444 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T21:23:00.457 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T21:23:00.510 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-25T21:23:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:23:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-25T21:23:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.514 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.527 INFO:teuthology.orchestra.run.smithi136.stderr:bash: ntpq: command not found 2023-12-25T21:23:00.531 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:23:00.531 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2023-12-25T21:23:00.531 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.531 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.532 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.532 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:00.532 INFO:teuthology.run_tasks:Running task pexec... 2023-12-25T21:23:00.542 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-25T21:23:00.542 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T21:23:00.542 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T21:23:00.543 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi136.front.sepia.ceph.com 2023-12-25T21:23:00.543 DEBUG:teuthology.orchestra.run.smithi136:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T21:23:01.448 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:45 ago on Mon 25 Dec 2023 09:21:16 PM UTC. 2023-12-25T21:23:01.466 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:37 ago on Mon 25 Dec 2023 09:21:24 PM UTC. 2023-12-25T21:23:03.570 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout:Resetting modules: 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:23:03.571 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:03.765 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:23:03.766 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:03.847 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2023-12-25T21:23:04.053 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-25T21:23:04.781 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:48 ago on Mon 25 Dec 2023 09:21:16 PM UTC. 2023-12-25T21:23:05.021 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:40 ago on Mon 25 Dec 2023 09:21:24 PM UTC. 2023-12-25T21:23:06.926 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2023-12-25T21:23:07.113 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:23:07.113 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2023-12-25T21:23:07.113 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:23:07.113 INFO:teuthology.orchestra.run.smithi136.stdout:Installing group/module packages: 2023-12-25T21:23:07.113 INFO:teuthology.orchestra.run.smithi136.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T21:23:07.113 INFO:teuthology.orchestra.run.smithi136.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout:Installing weak dependencies: 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout:Installing module profiles: 2023-12-25T21:23:07.114 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools/common 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout:Enabling module streams: 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout: container-tools rhel8 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout:Install 13 Packages 2023-12-25T21:23:07.115 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:07.116 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 27 M 2023-12-25T21:23:07.116 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 89 M 2023-12-25T21:23:07.116 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2023-12-25T21:23:07.287 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-25T21:23:07.492 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout:Installing weak dependencies: 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools rhel8 2023-12-25T21:23:07.493 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:Install 13 Packages 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 27 M 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 89 M 2023-12-25T21:23:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-25T21:23:07.726 INFO:teuthology.orchestra.run.smithi136.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-25T21:23:07.781 INFO:teuthology.orchestra.run.smithi136.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-12-25T21:23:07.835 INFO:teuthology.orchestra.run.smithi136.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 349 kB/s | 38 kB 00:00 2023-12-25T21:23:07.876 INFO:teuthology.orchestra.run.smithi136.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.5 MB/s | 241 kB 00:00 2023-12-25T21:23:07.977 INFO:teuthology.orchestra.run.smithi136.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-12-25T21:23:08.152 INFO:teuthology.orchestra.run.smithi136.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.7 MB/s | 9.6 MB 00:00 2023-12-25T21:23:08.169 INFO:teuthology.orchestra.run.smithi136.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 129 kB/s | 25 kB 00:00 2023-12-25T21:23:08.234 INFO:teuthology.orchestra.run.smithi037.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-12-25T21:23:08.261 INFO:teuthology.orchestra.run.smithi136.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 865 kB/s | 94 kB 00:00 2023-12-25T21:23:08.320 INFO:teuthology.orchestra.run.smithi136.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.1 MB/s | 3.9 MB 00:00 2023-12-25T21:23:08.333 INFO:teuthology.orchestra.run.smithi037.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 380 kB/s | 38 kB 00:00 2023-12-25T21:23:08.367 INFO:teuthology.orchestra.run.smithi037.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-12-25T21:23:08.428 INFO:teuthology.orchestra.run.smithi136.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 15 MB/s | 2.5 MB 00:00 2023-12-25T21:23:08.495 INFO:teuthology.orchestra.run.smithi136.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 300 kB/s | 53 kB 00:00 2023-12-25T21:23:08.509 INFO:teuthology.orchestra.run.smithi037.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.3 MB/s | 241 kB 00:00 2023-12-25T21:23:08.545 INFO:teuthology.orchestra.run.smithi136.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2023-12-25T21:23:08.618 INFO:teuthology.orchestra.run.smithi037.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-25T21:23:08.718 INFO:teuthology.orchestra.run.smithi037.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-12-25T21:23:08.729 INFO:teuthology.orchestra.run.smithi136.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-12-25T21:23:08.729 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:23:08.729 INFO:teuthology.orchestra.run.smithi136.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-25T21:23:08.844 INFO:teuthology.orchestra.run.smithi037.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 749 kB/s | 94 kB 00:00 2023-12-25T21:23:08.996 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2023-12-25T21:23:09.016 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2023-12-25T21:23:09.017 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2023-12-25T21:23:09.279 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2023-12-25T21:23:09.282 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2023-12-25T21:23:09.544 INFO:teuthology.orchestra.run.smithi037.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.3 MB/s | 3.9 MB 00:01 2023-12-25T21:23:09.810 INFO:teuthology.orchestra.run.smithi037.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 4.2 MB/s | 9.6 MB 00:02 2023-12-25T21:23:09.911 INFO:teuthology.orchestra.run.smithi037.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 527 kB/s | 53 kB 00:00 2023-12-25T21:23:10.014 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2023-12-25T21:23:10.019 INFO:teuthology.orchestra.run.smithi037.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2023-12-25T21:23:10.070 INFO:teuthology.orchestra.run.smithi037.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.8 MB/s | 2.5 MB 00:00 2023-12-25T21:23:10.253 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T21:23:10.465 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T21:23:10.686 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T21:23:10.720 INFO:teuthology.orchestra.run.smithi037.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.3 MB/s | 8.1 MB 00:01 2023-12-25T21:23:10.720 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:23:10.720 INFO:teuthology.orchestra.run.smithi037.stdout:Total 8.2 MB/s | 27 MB 00:03 2023-12-25T21:23:10.933 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:23:11.000 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-25T21:23:11.023 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-25T21:23:11.023 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-25T21:23:11.304 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-25T21:23:11.307 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-25T21:23:11.511 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T21:23:12.040 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-25T21:23:12.286 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-25T21:23:12.528 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:23:12.797 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T21:23:12.803 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T21:23:13.017 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T21:23:13.020 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-25T21:23:13.279 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:23:13.327 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T21:23:13.731 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T21:23:13.861 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-25T21:23:14.598 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:23:14.887 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T21:23:14.915 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:23:15.122 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:23:15.160 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-25T21:23:15.376 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T21:23:15.556 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:23:15.557 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T21:23:15.557 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T21:23:15.557 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T21:23:15.557 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T21:23:15.557 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:23:15.557 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T21:23:15.625 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-25T21:23:16.054 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:16.369 INFO:teuthology.orchestra.run.smithi136.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:23:16.370 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2023-12-25T21:23:16.664 DEBUG:teuthology.parallel:result is None 2023-12-25T21:23:16.976 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:23:17.218 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-25T21:23:17.395 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-25T21:23:17.854 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:19.158 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:23:19.159 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-25T21:23:19.510 DEBUG:teuthology.parallel:result is None 2023-12-25T21:23:19.511 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T21:23:19.583 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T21:23:19.584 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2023-12-25T21:23:19.584 INFO:tasks.cephadm:Cluster fsid is d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:19.584 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T21:23:19.584 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T21:23:19.585 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi037': '172.21.15.37', 'mon.smithi136': '172.21.15.136'} 2023-12-25T21:23:19.585 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T21:23:19.585 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2023-12-25T21:23:19.614 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2023-12-25T21:23:19.648 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2023-12-25T21:23:19.648 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:19.841 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Dec 25 21:23 /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:19.841 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:19.989 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Dec 25 21:23 /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:19.989 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:20.009 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:20.044 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2023-12-25T21:23:20.077 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2023-12-25T21:23:20.109 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2023-12-25T21:23:20.145 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2023-12-25T21:23:20.181 INFO:tasks.cephadm:Writing seed config... 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T21:23:20.182 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T21:23:20.183 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:23:20.183 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T21:23:20.204 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 = d33c7260-a36b-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-25T21:23:20.204 DEBUG:teuthology.orchestra.run.smithi037:mon.smithi037> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service 2023-12-25T21:23:20.246 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T21:23:20.247 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid d33c7260-a36b-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.37 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:23:20.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:-- Logs begin at Mon 2023-12-25 21:14:59 UTC. -- 2023-12-25T21:23:20.412 INFO:teuthology.orchestra.run.smithi037.stderr:container_init=False 2023-12-25T21:23:20.413 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying podman|docker is present... 2023-12-25T21:23:20.413 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying lvm2 is present... 2023-12-25T21:23:20.413 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying time synchronization is in place... 2023-12-25T21:23:20.413 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chrony.service 2023-12-25T21:23:20.419 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:23:20.419 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chrony.service 2023-12-25T21:23:20.424 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout inactive 2023-12-25T21:23:20.424 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-25T21:23:20.429 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout enabled 2023-12-25T21:23:20.429 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chronyd.service 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout active 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:Unit chronyd.service is enabled and running 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:Repeating the final host check... 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:podman|docker (/bin/podman) is present 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl is present 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:lvcreate is present 2023-12-25T21:23:20.435 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chrony.service 2023-12-25T21:23:20.440 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:23:20.440 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chrony.service 2023-12-25T21:23:20.444 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout inactive 2023-12-25T21:23:20.445 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-25T21:23:20.450 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout enabled 2023-12-25T21:23:20.450 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chronyd.service 2023-12-25T21:23:20.455 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout active 2023-12-25T21:23:20.455 INFO:teuthology.orchestra.run.smithi037.stderr:Unit chronyd.service is enabled and running 2023-12-25T21:23:20.455 INFO:teuthology.orchestra.run.smithi037.stderr:Host looks OK 2023-12-25T21:23:20.455 INFO:teuthology.orchestra.run.smithi037.stderr:Cluster fsid: d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:20.456 INFO:teuthology.orchestra.run.smithi037.stderr:Acquiring lock 140452454482328 on /run/cephadm/d33c7260-a36b-11ee-95a5-87774f69a715.lock 2023-12-25T21:23:20.456 INFO:teuthology.orchestra.run.smithi037.stderr:Lock 140452454482328 acquired on /run/cephadm/d33c7260-a36b-11ee-95a5-87774f69a715.lock 2023-12-25T21:23:20.456 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 3300 ... 2023-12-25T21:23:20.456 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 6789 ... 2023-12-25T21:23:20.456 INFO:teuthology.orchestra.run.smithi037.stderr:Base mon IP is 172.21.15.37, final addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-12-25T21:23:20.457 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /sbin/ip route ls 2023-12-25T21:23:20.458 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.37 metric 100 2023-12-25T21:23:20.458 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2023-12-25T21:23:20.459 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /sbin/ip -6 route ls 2023-12-25T21:23:20.460 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T21:23:20.461 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-25T21:23:20.461 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1602sec hoplimit 64 pref medium 2023-12-25T21:23:20.461 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /sbin/ip -6 addr ls 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-25T21:23:20.463 INFO:teuthology.orchestra.run.smithi037.stderr:Mon IP 172.21.15.37 is in CIDR network 172.21.0.0/20 2023-12-25T21:23:20.464 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image docker.io/ceph/ceph:v15... 2023-12-25T21:23:20.465 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2023-12-25T21:23:21.991 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2023-12-25T21:23:28.606 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stderr Getting image source signatures 2023-12-25T21:23:28.617 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-25T21:23:28.617 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2023-12-25T21:23:40.880 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-12-25T21:23:40.930 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stderr Writing manifest to image destination 2023-12-25T21:23:41.242 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2023-12-25T21:23:41.252 INFO:teuthology.orchestra.run.smithi037.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T21:23:41.253 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi037 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2023-12-25T21:23:41.779 INFO:teuthology.orchestra.run.smithi037.stderr:stat: stdout 167 167 2023-12-25T21:23:42.085 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial keys... 2023-12-25T21:23:42.085 INFO:teuthology.orchestra.run.smithi037.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=smithi037 docker.io/ceph/ceph:v15 --gen-print-key 2023-12-25T21:23:42.351 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: stdout AQDe8ollsVTvExAAxN1QP6Y/eTJfvgGRxmy5Dw== 2023-12-25T21:23:42.691 INFO:teuthology.orchestra.run.smithi037.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=smithi037 docker.io/ceph/ceph:v15 --gen-print-key 2023-12-25T21:23:42.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: stdout AQDe8olljOuyNhAAZe02wD3mcDhp/5BFdCmhmA== 2023-12-25T21:23:43.266 INFO:teuthology.orchestra.run.smithi037.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=smithi037 docker.io/ceph/ceph:v15 --gen-print-key 2023-12-25T21:23:43.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: stdout AQDf8olliXNUHhAAIe9bfxtziN9vSxbTe5kxpA== 2023-12-25T21:23:43.812 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial monmap... 2023-12-25T21:23:43.812 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /tmp/ceph-tmp9l9lj8m3:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid d33c7260-a36b-11ee-95a5-87774f69a715 --addv smithi037 [v2:172.21.15.37:3300,v1:172.21.15.37:6789] /tmp/monmap 2023-12-25T21:23:44.060 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:23:44.060 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:44.060 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:23:44.404 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mon... 2023-12-25T21:23:44.405 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z -v /tmp/ceph-tmpqqqwr14z:/tmp/keyring:z -v /tmp/ceph-tmp9l9lj8m3:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi037 --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-12-25T21:23:44.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.661+0000 7f7d935c26c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:23:44.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.662+0000 7f7d935c26c0 1 imported monmap: 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr epoch 0 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr fsid d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr last_changed 2023-12-25T21:23:44.038747+0000 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr created 2023-12-25T21:23:44.038747+0000 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.smithi037 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.662+0000 7f7d935c26c0 0 /usr/bin/ceph-mon: set fsid to d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.662+0000 7f7d935c26c0 0 set rocksdb option compression = kNoCompression 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.662+0000 7f7d935c26c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.662+0000 7f7d935c26c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 0 set rocksdb option compression = kNoCompression 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-25T21:23:44.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Compile date May 26 2021 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: DB SUMMARY 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 0, files: 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.create_if_missing: 1 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.env: 0x5617b0a801c0 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.info_log: 0x5617b1dc13c0 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:23:44.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.db_log_dir: 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:23:44.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.write_buffer_manager: 0x5617b1dfa660 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:23:44.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.row_cache: None 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.wal_filter: None 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:23:44.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:23:44.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Compression algorithms supported: 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kZSTD supported: 0 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.663+0000 7f7d935c26c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-25T21:23:44.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.merge_operator: 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5617b1d592b0) 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2023-12-25T21:23:44.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x5617b1d8e510 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-12-25T21:23:44.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.num_levels: 7 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:23:44.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:23:44.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:23:44.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:23:44.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.664+0000 7f7d935c26c0 4 rocksdb: Options.ttl: 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.665+0000 7f7d935c26c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.665+0000 7f7d935c26c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.667+0000 7f7d935c26c0 4 rocksdb: DB pointer 0x5617b29ba400 2023-12-25T21:23:44.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.667+0000 7f7d7c4a9700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.668+0000 7f7d7c4a9700 4 rocksdb: [db/db_impl.cc:778] 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:23:44.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-25T21:23:44.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:23:44.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.669+0000 7f7d935c26c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.669+0000 7f7d935c26c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-12-25T21:23:44.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: stderr debug 2023-12-25T21:23:44.669+0000 7f7d935c26c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi037 for mon.smithi037 2023-12-25T21:23:45.011 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:45.015 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl disable ceph.target 2023-12-25T21:23:45.108 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph.target 2023-12-25T21:23:45.115 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-25T21:23:45.199 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph.target 2023-12-25T21:23:45.205 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target 2023-12-25T21:23:45.212 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target. 2023-12-25T21:23:45.212 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target. 2023-12-25T21:23:45.295 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target 2023-12-25T21:23:45.315 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl daemon-reload 2023-12-25T21:23:45.403 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037 2023-12-25T21:23:45.430 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl reset-failed ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037 2023-12-25T21:23:45.435 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Failed to reset failed state of unit ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service: Unit ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service not loaded. 2023-12-25T21:23:45.435 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037 2023-12-25T21:23:45.441 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target.wants/ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service → /etc/systemd/system/ceph-d33c7260-a36b-11ee-95a5-87774f69a715@.service. 2023-12-25T21:23:45.526 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037 2023-12-25T21:23:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T21:23:45.845 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout disabled 2023-12-25T21:23:45.846 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T21:23:45.852 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout inactive 2023-12-25T21:23:45.853 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-12-25T21:23:45.853 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:23:45.853 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-25T21:23:45.854 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon to start... 2023-12-25T21:23:45.854 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon... 2023-12-25T21:23:45.854 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2023-12-25T21:23:46.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:45 smithi037 bash[106900]: 5336de9a759f18d8a658cb14dc96fa782f65107aee43db6d1280efd118810004 2023-12-25T21:23:46.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:45 smithi037 systemd[1]: Started Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715. 2023-12-25T21:23:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout cluster: 2023-12-25T21:23:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout id: d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout services: 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi037 (age 0.450205s) 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout data: 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout pgs: 2023-12-25T21:23:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:46.660 INFO:teuthology.orchestra.run.smithi037.stderr:mon is available 2023-12-25T21:23:46.660 INFO:teuthology.orchestra.run.smithi037.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T21:23:46.660 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi037/config 2023-12-25T21:23:47.145 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:47.145 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout [global] 2023-12-25T21:23:47.145 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout fsid = d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout [mgr] 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout [osd] 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2023-12-25T21:23:47.146 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-25T21:23:47.493 INFO:teuthology.orchestra.run.smithi037.stderr:Generating new minimal ceph.conf... 2023-12-25T21:23:47.493 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi037/config 2023-12-25T21:23:48.440 INFO:teuthology.orchestra.run.smithi037.stderr:Restarting the monitor... 2023-12-25T21:23:48.441 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl restart ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037 2023-12-25T21:23:48.735 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:48 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T21:23:49.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:48 smithi037 podman[107239]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon.smithi037 2023-12-25T21:23:49.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:48 smithi037 systemd[1]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service: Succeeded. 2023-12-25T21:23:49.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:48 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715. 2023-12-25T21:23:49.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:48 smithi037 systemd[1]: Starting Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T21:23:49.161 INFO:teuthology.orchestra.run.smithi037.stderr:Setting mon public_network... 2023-12-25T21:23:49.161 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2023-12-25T21:23:49.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:49 smithi037 bash[107312]: 69bb90f9d9cac34ecc09af7b6a457744bb56d593d811cd0a635f14992d5c528b 2023-12-25T21:23:49.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 21:23:49 smithi037 systemd[1]: Started Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715. 2023-12-25T21:23:49.968 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mgr... 2023-12-25T21:23:49.968 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying port 9283 ... 2023-12-25T21:23:49.970 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl daemon-reload 2023-12-25T21:23:50.069 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg 2023-12-25T21:23:50.094 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl reset-failed ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg 2023-12-25T21:23:50.099 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Failed to reset failed state of unit ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg.service: Unit ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg.service not loaded. 2023-12-25T21:23:50.100 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg 2023-12-25T21:23:50.106 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-d33c7260-a36b-11ee-95a5-87774f69a715.target.wants/ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg.service → /etc/systemd/system/ceph-d33c7260-a36b-11ee-95a5-87774f69a715@.service. 2023-12-25T21:23:50.193 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mgr.smithi037.tlypkg 2023-12-25T21:23:50.520 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T21:23:50.530 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout disabled 2023-12-25T21:23:50.531 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T21:23:50.539 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout inactive 2023-12-25T21:23:50.539 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-12-25T21:23:50.540 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:23:50.540 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-25T21:23:50.540 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T21:23:50.549 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout disabled 2023-12-25T21:23:50.549 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T21:23:50.557 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout inactive 2023-12-25T21:23:50.557 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-12-25T21:23:50.557 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T21:23:50.558 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:23:50.558 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T21:23:50.558 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr to start... 2023-12-25T21:23:50.558 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr... 2023-12-25T21:23:50.558 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsid": "d33c7260-a36b-11ee-95a5-87774f69a715", 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "health": { 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 0 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:50.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smithi037" 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_age": 1, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-25T21:23:50.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-25T21:23:50.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available": false, 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "restful" 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modified": "2023-12-25T21:23:45.873401+0000", 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-25T21:23:50.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:51.309 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (1/10)... 2023-12-25T21:23:52.310 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-25T21:23:52.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:52.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:52.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsid": "d33c7260-a36b-11ee-95a5-87774f69a715", 2023-12-25T21:23:52.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "health": { 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 0 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smithi037" 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-25T21:23:52.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-25T21:23:52.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-25T21:23:52.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available": false, 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "restful" 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-25T21:23:52.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:52.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modified": "2023-12-25T21:23:45.873401+0000", 2023-12-25T21:23:52.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:52.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:52.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-25T21:23:52.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:53.134 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (2/10)... 2023-12-25T21:23:54.136 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-25T21:23:54.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:54.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsid": "d33c7260-a36b-11ee-95a5-87774f69a715", 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "health": { 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 0 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smithi037" 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-25T21:23:54.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-25T21:23:54.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-25T21:23:54.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available": false, 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "restful" 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-25T21:23:54.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:54.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modified": "2023-12-25T21:23:45.873401+0000", 2023-12-25T21:23:54.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:54.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:54.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-25T21:23:54.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:54.926 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (3/10)... 2023-12-25T21:23:55.928 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsid": "d33c7260-a36b-11ee-95a5-87774f69a715", 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "health": { 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "checks": {}, 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mutes": [] 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-25T21:23:56.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum": [ 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 0 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smithi037" 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "monmap": { 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_mons": 1 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osdmap": { 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-25T21:23:56.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgmap": { 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-25T21:23:56.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "fsmap": { 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "by_rank": [], 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "up:standby": 0 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mgrmap": { 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available": true, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "restful" 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "servicemap": { 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 1, 2023-12-25T21:23:56.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modified": "2023-12-25T21:23:45.873401+0000", 2023-12-25T21:23:56.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {} 2023-12-25T21:23:56.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:56.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress_events": {} 2023-12-25T21:23:56.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:56.843 INFO:teuthology.orchestra.run.smithi037.stderr:mgr is available 2023-12-25T21:23:56.843 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2023-12-25T21:23:57.434 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2023-12-25T21:23:57.767 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling cephadm module... 2023-12-25T21:23:57.767 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2023-12-25T21:23:58.809 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-12-25T21:23:59.386 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 5, 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_name": "smithi037.tlypkg", 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:6800", 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 28500678 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:6801", 2023-12-25T21:23:59.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 28500678 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.37:6801/28500678", 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_change": "2023-12-25T21:23:54.406754+0000", 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available": true, 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "restful" 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-12-25T21:23:59.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.476 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.477 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.478 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-12-25T21:23:59.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active": { 2023-12-25T21:23:59.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "active", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-25T21:23:59.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "250", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-25T21:23:59.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "end_time": { 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_score": { 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "none", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "upmap" 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-12-25T21:23:59.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-12-25T21:23:59.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_init": { 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-12-25T21:23:59.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:23:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-12-25T21:23:59.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "root" 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-12-25T21:23:59.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-12-25T21:23:59.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-12-25T21:23:59.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-12-25T21:23:59.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-25T21:23:59.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-25T21:23:59.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-25T21:23:59.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-25T21:23:59.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-12-25T21:23:59.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-25T21:23:59.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug": { 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "redirect" 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "400", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "599", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.832 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.833 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.834 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.835 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.836 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.837 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.838 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.839 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-12-25T21:23:59.840 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.841 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.842 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.843 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-25T21:23:59.844 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.845 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.846 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.847 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.848 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-12-25T21:23:59.849 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.850 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:23:59.851 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-12-25T21:23:59.852 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "database": { 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "database", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.853 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "hostname": { 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.854 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.855 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.856 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.857 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.858 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.859 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "password": { 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "password", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.860 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "port": { 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "port", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.861 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.862 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "threads": { 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.863 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "username": { 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "username", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.864 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.865 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.866 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.867 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.868 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.869 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-12-25T21:23:59.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-12-25T21:23:59.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "10", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.880 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.886 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_size": { 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.887 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.888 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-12-25T21:23:59.889 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "prefix": { 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.890 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "subtree": { 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.891 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.892 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.893 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.894 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.895 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.896 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rook", 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.897 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.898 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.900 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.901 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.902 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.904 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.905 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.906 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.907 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.908 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.909 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.910 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.911 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.912 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-12-25T21:23:59.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.914 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.915 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.916 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.917 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.918 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.919 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.920 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.921 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-25T21:23:59.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.924 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.925 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.926 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.927 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.928 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.929 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.930 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.931 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.932 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.933 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.945 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.946 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.947 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "roption1": { 2023-12-25T21:23:59.949 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "roption2": { 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.950 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.952 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.953 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.954 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.956 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "testkey": { 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-12-25T21:23:59.957 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.958 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "status", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.959 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.960 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.961 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.962 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.963 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "address": { 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "address", 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.964 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.965 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.966 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.967 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.968 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.969 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.970 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.971 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.972 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-12-25T21:23:59.973 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "contact": { 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.974 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "description": { 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "description", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.975 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "device_url": { 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.976 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.977 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "8", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.978 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.979 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.980 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.981 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.983 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.984 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "organization": { 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "proxy": { 2023-12-25T21:23:59.985 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "url": { 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "url", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.986 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.987 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.988 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:23:59.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:23:59.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "identifier": { 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:23:59.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:00.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:00.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-12-25T21:24:00.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:00.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": {}, 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-12-25T21:24:00.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crash", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crash", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-12-25T21:24:00.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "telemetry", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:0", 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 898098041 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:0", 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 33982067 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for Mgr epoch 5... 2023-12-25T21:24:00.011 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-12-25T21:24:03.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:03.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-25T21:24:03.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "initialized": true 2023-12-25T21:24:03.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:04.600 INFO:teuthology.orchestra.run.smithi037.stderr:Mgr epoch 5 is available 2023-12-25T21:24:04.601 INFO:teuthology.orchestra.run.smithi037.stderr:Setting orchestrator backend to cephadm... 2023-12-25T21:24:04.601 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2023-12-25T21:24:07.769 INFO:teuthology.orchestra.run.smithi037.stderr:Generating ssh key... 2023-12-25T21:24:07.769 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2023-12-25T21:24:11.260 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2023-12-25T21:24:12.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzjy5A1ZJerLa3vzmKb4TD2MKH7rjaZ+sh96IPmu7ld/rFfbjwAdt32LV5aAuW8bDreJIlavSyabPQ3EfRi5D3qyTymJry7E5YyhIrXy/59NTKfC0f1zNpQQ7jFJn2Os+s0SDvM4kulWHZvwPfGagD489V5ofd0CKMsSWxnGFDdEqC/sAfe25GTBGF76g+0nBZBb6lDJFFiNc+sHyeeUAIIu+80P7PN27v4dBs/sTzY8pGegFEb8spN/lK7R75TPsOlWGekTcLA/sxv0LweNmYzabLf54ChmOASZfiUy8N4Bk59pSiYufoblnfpLpWCDPfdH5ZKZHEm8dVsx4bKZlPsTbuK2tvnDaCAmIS6WI8022S6D4gjS6WkQkRq52URUOKvqsAhnxILe1Ypi9nC7c/lLxMGlkR44e3Lmzro95PlG7mjd/hkqFxnPkPu599Twkal25i9v9G0P7BrwVUggUlA05x2msxJ0BVT8wM5ZT1DiCcProCGCRC/1t/0MfDUvc= ceph-d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:24:13.841 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:24:13.841 INFO:teuthology.orchestra.run.smithi037.stderr:Adding key to root@localhost's authorized_keys... 2023-12-25T21:24:13.842 INFO:teuthology.orchestra.run.smithi037.stderr:Adding host smithi037... 2023-12-25T21:24:13.842 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi037 2023-12-25T21:24:14.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Added host 'smithi037' 2023-12-25T21:24:15.231 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mon service with default placement... 2023-12-25T21:24:15.231 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2023-12-25T21:24:15.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-25T21:24:16.181 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mgr service with default placement... 2023-12-25T21:24:16.181 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2023-12-25T21:24:16.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-25T21:24:17.212 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying crash service with default placement... 2023-12-25T21:24:17.212 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2023-12-25T21:24:17.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2023-12-25T21:24:18.115 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling mgr prometheus module... 2023-12-25T21:24:18.115 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2023-12-25T21:24:19.590 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying prometheus service with default placement... 2023-12-25T21:24:19.590 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2023-12-25T21:24:24.154 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-12-25T21:24:24.781 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying grafana service with default placement... 2023-12-25T21:24:24.781 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2023-12-25T21:24:25.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2023-12-25T21:24:25.906 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying node-exporter service with default placement... 2023-12-25T21:24:25.906 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2023-12-25T21:24:26.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-12-25T21:24:26.747 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying alertmanager service with default placement... 2023-12-25T21:24:26.747 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2023-12-25T21:24:27.242 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-12-25T21:24:27.597 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2023-12-25T21:24:28.463 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-25T21:24:29.288 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling the dashboard module... 2023-12-25T21:24:29.288 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2023-12-25T21:24:30.506 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "epoch": 13, 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_name": "smithi037.tlypkg", 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_addrs": { 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-25T21:24:31.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:6800", 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 1588807894 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v1", 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:6801", 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 1588807894 2023-12-25T21:24:31.071 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.37:6801/1588807894", 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_change": "2023-12-25T21:24:23.089200+0000", 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available": true, 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "standbys": [], 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "modules": [ 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-25T21:24:31.072 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "dashboard", 2023-12-25T21:24:31.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "iostat", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "prometheus", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "restful" 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "available_modules": [ 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "alerts", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.488 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2023-12-25T21:24:31.489 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.490 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.491 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_host": { 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.492 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_password": { 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.493 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_port": { 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.494 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "465", 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.495 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2023-12-25T21:24:31.496 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.497 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "smtp_user": { 2023-12-25T21:24:31.498 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.499 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "balancer", 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active": { 2023-12-25T21:24:31.500 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "active", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.501 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "begin_time": { 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.502 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2023-12-25T21:24:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "25", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "250", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.505 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "0.001", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "0.999", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "end_time": { 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "end_time", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.506 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "end_weekday": { 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "0", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "7", 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.507 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.508 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.511 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.512 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_score": { 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "min_score", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "none", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crush-compat", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "none", 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "upmap" 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.514 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pool_ids": { 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.515 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.516 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "1", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.517 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "uint", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.518 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.519 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.520 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.521 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_base": { 2023-12-25T21:24:31.522 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2023-12-25T21:24:31.523 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.524 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.525 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.526 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "container_init": { 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "container_init", 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.527 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.528 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2023-12-25T21:24:31.529 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.530 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2023-12-25T21:24:31.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "migration_current": { 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mode": { 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mode", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "root", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "cephadm-package", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "root" 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2023-12-25T21:24:31.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "registry_password": { 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "registry_url": { 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2023-12-25T21:24:31.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "registry_username": { 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2023-12-25T21:24:31.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crash", 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "retain_interval": { 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2023-12-25T21:24:31.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.561 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2023-12-25T21:24:31.562 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.563 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-25T21:24:31.567 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2023-12-25T21:24:31.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.573 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-25T21:24:31.574 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.576 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.576 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.576 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.581 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.582 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.583 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.584 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.585 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.586 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.587 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.588 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-25T21:24:31.589 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.590 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "45", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2023-12-25T21:24:31.594 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2023-12-25T21:24:31.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "80", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "http", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.600 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-25T21:24:31.601 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "0", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-25T21:24:31.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crt_file": { 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug": { 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "debug", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.613 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-25T21:24:31.614 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "::", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.615 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.616 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2023-12-25T21:24:31.617 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.618 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "redirect" 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.619 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "500", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "400", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "599", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "url_prefix": { 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.620 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2023-12-25T21:24:31.621 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.622 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.626 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.627 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pool_name": { 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.628 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "retention_period": { 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-25T21:24:31.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "self_heal": { 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:24:31.632 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.633 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.634 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.635 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.636 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.638 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.639 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.640 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "predict_interval": { 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.641 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "predictor_model": { 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.642 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "600", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.643 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "influx", 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": false, 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.644 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "batch_size": { 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "database": { 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "database", 2023-12-25T21:24:31.645 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "hostname": { 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "hostname", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.646 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "30", 2023-12-25T21:24:31.647 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.648 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.650 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.651 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "password": { 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "password", 2023-12-25T21:24:31.652 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "port": { 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "port", 2023-12-25T21:24:31.653 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ssl": { 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ssl", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.654 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "false", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "threads": { 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "threads", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:24:31.655 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "username": { 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "username", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.656 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "true", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.657 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "insights", 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.658 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.659 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.660 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.661 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "iostat", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.664 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.665 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.666 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.667 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.668 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.669 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "7", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.670 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "10", 2023-12-25T21:24:31.671 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.672 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.673 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.674 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.675 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.676 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.677 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "localpool", 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.678 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "failure_domain": { 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "host", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.679 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.680 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.681 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.682 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.683 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min_size": { 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "min_size", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.684 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "num_rep": { 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.685 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "3", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pg_num": { 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.686 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "128", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "prefix": { 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "prefix", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.687 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "subtree": { 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "subtree", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.688 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.689 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.690 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.691 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.692 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.693 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "orchestrator": { 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.694 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "cephadm", 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rook", 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.700 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.704 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.705 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "progress", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.714 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.715 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "50", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.716 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "persist_interval": { 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "5", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.717 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.719 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.720 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.721 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.722 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.723 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "300", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2023-12-25T21:24:31.724 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-25T21:24:31.725 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.726 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.727 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.728 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.729 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.730 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.731 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.732 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.733 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.734 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.735 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "restful", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "key_file": { 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "key_file", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.736 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.737 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.739 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.740 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.741 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.742 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_addr": { 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2023-12-25T21:24:31.743 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "server_port": { 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "server_port", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.745 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rook", 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.746 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.747 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.749 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.750 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "selftest", 2023-12-25T21:24:31.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.754 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "roption1": { 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "roption1", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "roption2": { 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "roption2", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption1": { 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption2": { 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption3": { 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "float", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption4": { 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.761 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption5": { 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rwoption6": { 2023-12-25T21:24:31.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "testkey": { 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "testkey", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "testlkey": { 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "testnewline": { 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.765 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "status", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.771 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.772 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "address": { 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "address", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.773 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "15", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.774 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.775 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.776 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.777 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.778 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.778 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.778 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.778 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.781 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.782 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.783 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_basic": { 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.784 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_crash": { 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.785 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_device": { 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2023-12-25T21:24:31.786 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "True", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.787 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "channel_ident": { 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.788 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "contact": { 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "contact", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.789 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "description": { 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "description", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "device_url": { 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "device_url", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enabled": { 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "enabled", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:24:31.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "24", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "8", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "1", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "leaderboard": { 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.794 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.795 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.796 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.797 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.798 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.799 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "organization": { 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "organization", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "proxy": { 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "proxy", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.800 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "url": { 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "url", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.801 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.802 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.805 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.806 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "volumes", 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.807 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.808 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.809 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.810 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.811 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.812 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2023-12-25T21:24:31.813 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "4", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.814 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "can_run": true, 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error_string": "", 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "module_options": { 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.815 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "100", 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.816 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "identifier": { 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "identifier", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "interval": { 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "interval", 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "secs", 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "60", 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_level": { 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_level", 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.819 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.820 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.821 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2023-12-25T21:24:31.822 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "info", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "critical", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "debug", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "error", 2023-12-25T21:24:31.823 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "info", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "warning" 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "log_to_file": { 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "bool", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 1, 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "False", 2023-12-25T21:24:31.824 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "None", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.825 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "int", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.826 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "str", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "level": "advanced", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "flags": 0, 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "min": "", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "max": "", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "desc": "", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "long_desc": "", 2023-12-25T21:24:31.827 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "tags": [], 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "see_also": [] 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "services": { 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi037.front.sepia.ceph.com:9283/" 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nautilus": [ 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crash", 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress", 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-25T21:24:31.828 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "octopus": [ 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "balancer", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "crash", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "devicehealth", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "orchestrator", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "progress", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "rbd_support", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "status", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "telemetry", 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "volumes" 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ], 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2023-12-25T21:24:31.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "active_clients": [ 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:0", 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 3781140333 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout }, 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addrvec": [ 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "type": "v2", 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.37:0", 2023-12-25T21:24:31.830 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "nonce": 3360451330 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout ] 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for Mgr epoch 13... 2023-12-25T21:24:31.831 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2023-12-25T21:24:35.161 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout { 2023-12-25T21:24:35.161 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2023-12-25T21:24:35.161 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout "initialized": true 2023-12-25T21:24:35.162 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout } 2023-12-25T21:24:35.521 INFO:teuthology.orchestra.run.smithi037.stderr:Mgr epoch 13 is available 2023-12-25T21:24:35.521 INFO:teuthology.orchestra.run.smithi037.stderr:Generating a dashboard self-signed certificate... 2023-12-25T21:24:35.521 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2023-12-25T21:24:36.029 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-25T21:24:36.695 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial admin user... 2023-12-25T21:24:36.696 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpb0y44bik:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-12-25T21:24:37.504 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$LKZxd9LYL0liyS4zU7ZwquBkQ40myDevjwQS9pAF9XTZtDPTjCkt.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703539477, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T21:24:37.995 INFO:teuthology.orchestra.run.smithi037.stderr:Fetching dashboard port number... 2023-12-25T21:24:37.996 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -v /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0ulbn_o4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_ji1epi4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2023-12-25T21:24:38.612 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: stdout 8443 2023-12-25T21:24:38.979 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-25T21:24:38.987 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout disabled 2023-12-25T21:24:38.987 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-12-25T21:24:38.993 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: stdout inactive 2023-12-25T21:24:38.994 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-12-25T21:24:38.994 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T21:24:38.996 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph Dashboard is now available at: 2023-12-25T21:24:38.996 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.996 INFO:teuthology.orchestra.run.smithi037.stderr: URL: https://smithi037.front.sepia.ceph.com:8443/ 2023-12-25T21:24:38.996 INFO:teuthology.orchestra.run.smithi037.stderr: User: admin 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: Password: 9wri2lmd1e 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr:You can access the Ceph CLI with: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: ceph telemetry on 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr:For more information see: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-25T21:24:38.997 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T21:24:38.998 INFO:teuthology.orchestra.run.smithi037.stderr:Bootstrap complete. 2023-12-25T21:24:38.998 INFO:teuthology.orchestra.run.smithi037.stderr:Releasing lock 140452454482328 on /run/cephadm/d33c7260-a36b-11ee-95a5-87774f69a715.lock 2023-12-25T21:24:38.998 INFO:teuthology.orchestra.run.smithi037.stderr:Lock 140452454482328 released on /run/cephadm/d33c7260-a36b-11ee-95a5-87774f69a715.lock 2023-12-25T21:24:39.024 INFO:tasks.cephadm:Fetching config... 2023-12-25T21:24:39.024 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:24:39.025 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T21:24:39.044 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T21:24:39.044 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:24:39.044 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T21:24:39.102 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T21:24:39.103 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:24:39.103 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/keyring of=/dev/stdout 2023-12-25T21:24:39.172 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T21:24:39.172 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:24:39.172 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T21:24:39.231 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T21:24:39.231 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzjy5A1ZJerLa3vzmKb4TD2MKH7rjaZ+sh96IPmu7ld/rFfbjwAdt32LV5aAuW8bDreJIlavSyabPQ3EfRi5D3qyTymJry7E5YyhIrXy/59NTKfC0f1zNpQQ7jFJn2Os+s0SDvM4kulWHZvwPfGagD489V5ofd0CKMsSWxnGFDdEqC/sAfe25GTBGF76g+0nBZBb6lDJFFiNc+sHyeeUAIIu+80P7PN27v4dBs/sTzY8pGegFEb8spN/lK7R75TPsOlWGekTcLA/sxv0LweNmYzabLf54ChmOASZfiUy8N4Bk59pSiYufoblnfpLpWCDPfdH5ZKZHEm8dVsx4bKZlPsTbuK2tvnDaCAmIS6WI8022S6D4gjS6WkQkRq52URUOKvqsAhnxILe1Ypi9nC7c/lLxMGlkR44e3Lmzro95PlG7mjd/hkqFxnPkPu599Twkal25i9v9G0P7BrwVUggUlA05x2msxJ0BVT8wM5ZT1DiCcProCGCRC/1t/0MfDUvc= ceph-d33c7260-a36b-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:24:39.312 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzjy5A1ZJerLa3vzmKb4TD2MKH7rjaZ+sh96IPmu7ld/rFfbjwAdt32LV5aAuW8bDreJIlavSyabPQ3EfRi5D3qyTymJry7E5YyhIrXy/59NTKfC0f1zNpQQ7jFJn2Os+s0SDvM4kulWHZvwPfGagD489V5ofd0CKMsSWxnGFDdEqC/sAfe25GTBGF76g+0nBZBb6lDJFFiNc+sHyeeUAIIu+80P7PN27v4dBs/sTzY8pGegFEb8spN/lK7R75TPsOlWGekTcLA/sxv0LweNmYzabLf54ChmOASZfiUy8N4Bk59pSiYufoblnfpLpWCDPfdH5ZKZHEm8dVsx4bKZlPsTbuK2tvnDaCAmIS6WI8022S6D4gjS6WkQkRq52URUOKvqsAhnxILe1Ypi9nC7c/lLxMGlkR44e3Lmzro95PlG7mjd/hkqFxnPkPu599Twkal25i9v9G0P7BrwVUggUlA05x2msxJ0BVT8wM5ZT1DiCcProCGCRC/1t/0MfDUvc= ceph-d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:24:39.324 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzjy5A1ZJerLa3vzmKb4TD2MKH7rjaZ+sh96IPmu7ld/rFfbjwAdt32LV5aAuW8bDreJIlavSyabPQ3EfRi5D3qyTymJry7E5YyhIrXy/59NTKfC0f1zNpQQ7jFJn2Os+s0SDvM4kulWHZvwPfGagD489V5ofd0CKMsSWxnGFDdEqC/sAfe25GTBGF76g+0nBZBb6lDJFFiNc+sHyeeUAIIu+80P7PN27v4dBs/sTzY8pGegFEb8spN/lK7R75TPsOlWGekTcLA/sxv0LweNmYzabLf54ChmOASZfiUy8N4Bk59pSiYufoblnfpLpWCDPfdH5ZKZHEm8dVsx4bKZlPsTbuK2tvnDaCAmIS6WI8022S6D4gjS6WkQkRq52URUOKvqsAhnxILe1Ypi9nC7c/lLxMGlkR44e3Lmzro95PlG7mjd/hkqFxnPkPu599Twkal25i9v9G0P7BrwVUggUlA05x2msxJ0BVT8wM5ZT1DiCcProCGCRC/1t/0MfDUvc= ceph-d33c7260-a36b-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:24:39.369 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzjy5A1ZJerLa3vzmKb4TD2MKH7rjaZ+sh96IPmu7ld/rFfbjwAdt32LV5aAuW8bDreJIlavSyabPQ3EfRi5D3qyTymJry7E5YyhIrXy/59NTKfC0f1zNpQQ7jFJn2Os+s0SDvM4kulWHZvwPfGagD489V5ofd0CKMsSWxnGFDdEqC/sAfe25GTBGF76g+0nBZBb6lDJFFiNc+sHyeeUAIIu+80P7PN27v4dBs/sTzY8pGegFEb8spN/lK7R75TPsOlWGekTcLA/sxv0LweNmYzabLf54ChmOASZfiUy8N4Bk59pSiYufoblnfpLpWCDPfdH5ZKZHEm8dVsx4bKZlPsTbuK2tvnDaCAmIS6WI8022S6D4gjS6WkQkRq52URUOKvqsAhnxILe1Ypi9nC7c/lLxMGlkR44e3Lmzro95PlG7mjd/hkqFxnPkPu599Twkal25i9v9G0P7BrwVUggUlA05x2msxJ0BVT8wM5ZT1DiCcProCGCRC/1t/0MfDUvc= ceph-d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:24:39.381 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T21:24:41.341 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2023-12-25T21:24:41.341 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-12-25T21:24:41.341 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2023-12-25T21:24:41.363 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-12-25T21:24:41.363 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:24:41.424 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2023-12-25T21:24:41.424 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch host add smithi136 2023-12-25T21:25:02.724 INFO:teuthology.orchestra.run.smithi136.stdout:Added host 'smithi136' 2023-12-25T21:25:03.070 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T21:25:04.345 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:25:04.345 INFO:teuthology.orchestra.run.smithi136.stdout:[{"addr": "smithi037", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "smithi136", "hostname": "smithi136", "labels": [], "status": ""}] 2023-12-25T21:25:04.956 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T21:25:04.957 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T21:25:07.174 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2023-12-25T21:25:07.531 INFO:tasks.cephadm:Adding mon.smithi136 on smithi136 2023-12-25T21:25:07.532 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add mon smithi136:172.21.15.136=smithi136 2023-12-25T21:25:20.358 INFO:teuthology.orchestra.run.smithi136.stdout:Deployed mon.smithi136 on host 'smithi136' 2023-12-25T21:25:20.707 DEBUG:teuthology.orchestra.run.smithi136:mon.smithi136> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi136.service 2023-12-25T21:25:20.710 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:25:20.710 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:25:20.742 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:-- Logs begin at Mon 2023-12-25 21:15:09 UTC. -- 2023-12-25T21:25:21.952 INFO:teuthology.orchestra.run.smithi136.stdout: 2023-12-25T21:25:21.952 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":2,"fsid":"d33c7260-a36b-11ee-95a5-87774f69a715","modified":"2023-12-25T21:25:15.316624Z","created":"2023-12-25T21:23:44.038747Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-25T21:25:21.954 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 2 2023-12-25T21:25:22.320 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-25T21:25:22.320 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-25T21:25:23.627 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:25:23.627 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2023-12-25T21:25:23.627 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T21:25:23.627 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2023-12-25T21:25:24.171 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-25T21:25:24.171 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:25:24.171 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:25:24.202 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:25:24.202 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:25:24.271 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-12-25T21:25:24.271 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:25:24.307 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-12-25T21:25:24.307 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:25:24.378 INFO:tasks.cephadm:Deploying OSDs... 2023-12-25T21:25:24.378 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:25:24.378 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:25:24.398 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-25T21:25:24.398 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 391536 Links: 1 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-12-25 21:24:41.610894343 +0000 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-12-25 21:22:22.686765757 +0000 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-12-25 21:22:22.686765757 +0000 2023-12-25T21:25:24.457 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-12-25T21:25:24.458 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:25:24.524 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-12-25T21:25:24.524 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-12-25T21:25:24.524 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000210078 s, 2.4 MB/s 2023-12-25T21:25:24.525 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:25:24.585 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2023-12-25T21:25:24.643 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 391599 Links: 1 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-12-25 21:24:41.610894343 +0000 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-12-25 21:22:23.203758463 +0000 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-12-25 21:22:23.203758463 +0000 2023-12-25T21:25:24.644 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-12-25T21:25:24.644 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:25:24.709 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-12-25T21:25:24.710 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-12-25T21:25:24.710 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000226402 s, 2.3 MB/s 2023-12-25T21:25:24.711 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:25:24.770 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2023-12-25T21:25:24.828 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 391638 Links: 1 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-12-25 21:24:41.610894343 +0000 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-12-25 21:22:23.723751126 +0000 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-12-25 21:22:23.723751126 +0000 2023-12-25T21:25:24.829 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-12-25T21:25:24.829 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:25:24.895 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-12-25T21:25:24.895 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-12-25T21:25:24.895 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000287792 s, 1.8 MB/s 2023-12-25T21:25:24.896 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:25:24.955 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 399873 Links: 1 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-12-25 21:24:41.610894343 +0000 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-12-25 21:22:24.233743931 +0000 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-12-25 21:22:24.233743931 +0000 2023-12-25T21:25:25.014 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-12-25T21:25:25.015 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:25:25.080 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-12-25T21:25:25.080 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-12-25T21:25:25.080 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00022527 s, 2.3 MB/s 2023-12-25T21:25:25.081 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:25:25.140 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2023-12-25T21:25:25.140 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:25:25.162 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-25T21:25:25.162 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 391981 Links: 1 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-12-25 21:25:14.931565800 +0000 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-12-25 21:22:12.853561144 +0000 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-12-25 21:22:12.853561144 +0000 2023-12-25T21:25:25.224 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-12-25T21:25:25.224 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:25:25.295 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-12-25T21:25:25.295 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-12-25T21:25:25.295 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000249197 s, 2.1 MB/s 2023-12-25T21:25:25.297 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:25:25.359 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2023-12-25T21:25:25.419 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:25:25.419 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 398685 Links: 1 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-12-25 21:25:14.931565800 +0000 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-12-25 21:22:13.350550724 +0000 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-12-25 21:22:13.350550724 +0000 2023-12-25T21:25:25.420 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-12-25T21:25:25.420 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:25:25.490 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-12-25T21:25:25.490 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-12-25T21:25:25.490 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000205951 s, 2.5 MB/s 2023-12-25T21:25:25.491 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:25:25.552 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2023-12-25T21:25:25.611 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:25:25.611 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:25.611 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 396468 Links: 1 2023-12-25T21:25:25.612 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:25.612 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:25.612 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-12-25 21:25:14.931565800 +0000 2023-12-25T21:25:25.612 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-12-25 21:22:13.888539445 +0000 2023-12-25T21:25:25.612 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-12-25 21:22:13.888539445 +0000 2023-12-25T21:25:25.612 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-12-25T21:25:25.612 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:25:25.679 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-12-25T21:25:25.679 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-12-25T21:25:25.679 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000233666 s, 2.2 MB/s 2023-12-25T21:25:25.680 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:25:25.740 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2023-12-25T21:25:25.798 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:25:25.798 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:25:25.798 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 6h/6d Inode: 395472 Links: 1 2023-12-25T21:25:25.798 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:25:25.799 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T21:25:25.799 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2023-12-25 21:25:14.932565779 +0000 2023-12-25T21:25:25.799 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2023-12-25 21:22:14.391528899 +0000 2023-12-25T21:25:25.799 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2023-12-25 21:22:14.391528899 +0000 2023-12-25T21:25:25.799 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2023-12-25T21:25:25.799 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:25:25.865 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2023-12-25T21:25:25.865 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2023-12-25T21:25:25.865 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000244971 s, 2.1 MB/s 2023-12-25T21:25:25.866 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:25:25.925 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2023-12-25T21:25:25.925 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113128 s, 927 MB/s 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 2023-12-25T21:25:27.310 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2023-12-25T21:25:27.671 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_4 2023-12-25T21:29:49.785 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0 on host 'smithi037' 2023-12-25T21:29:50.214 DEBUG:teuthology.orchestra.run.smithi037:osd.0> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.0.service 2023-12-25T21:29:50.217 INFO:tasks.cephadm:Deploying osd.1 on smithi037 with /dev/vg_nvme/lv_3... 2023-12-25T21:29:50.217 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-25T21:29:50.248 INFO:journalctl@ceph.osd.0.smithi037.stdout:-- Logs begin at Mon 2023-12-25 21:14:59 UTC. -- 2023-12-25T21:29:51.796 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-25T21:29:51.796 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-25T21:29:51.796 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2023-12-25T21:29:51.796 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2023-12-25T21:29:51.796 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124637 s, 841 MB/s 2023-12-25T21:29:51.796 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2023-12-25T21:29:52.124 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_3 2023-12-25T21:30:02.334 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 1 on host 'smithi037' 2023-12-25T21:30:02.644 DEBUG:teuthology.orchestra.run.smithi037:osd.1> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.1.service 2023-12-25T21:30:02.646 INFO:tasks.cephadm:Deploying osd.2 on smithi037 with /dev/vg_nvme/lv_2... 2023-12-25T21:30:02.646 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-25T21:30:02.677 INFO:journalctl@ceph.osd.1.smithi037.stdout:-- Logs begin at Mon 2023-12-25 21:14:59 UTC. -- 2023-12-25T21:30:03.957 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-25T21:30:03.957 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-25T21:30:03.957 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2023-12-25T21:30:03.957 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2023-12-25T21:30:03.957 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0135881 s, 772 MB/s 2023-12-25T21:30:03.957 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2023-12-25T21:30:04.280 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_2 2023-12-25T21:32:13.824 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 2 on host 'smithi037' 2023-12-25T21:32:14.132 DEBUG:teuthology.orchestra.run.smithi037:osd.2> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.2.service 2023-12-25T21:32:14.135 INFO:tasks.cephadm:Deploying osd.3 on smithi037 with /dev/vg_nvme/lv_1... 2023-12-25T21:32:14.135 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-25T21:32:14.165 INFO:journalctl@ceph.osd.2.smithi037.stdout:-- Logs begin at Mon 2023-12-25 21:14:59 UTC. -- 2023-12-25T21:32:15.615 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-25T21:32:15.615 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-25T21:32:15.615 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2023-12-25T21:32:15.616 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2023-12-25T21:32:15.616 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124988 s, 839 MB/s 2023-12-25T21:32:15.616 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2023-12-25T21:32:15.960 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_1 2023-12-25T21:32:26.104 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 3 on host 'smithi037' 2023-12-25T21:32:26.509 DEBUG:teuthology.orchestra.run.smithi037:osd.3> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.3.service 2023-12-25T21:32:26.511 INFO:tasks.cephadm:Deploying osd.4 on smithi136 with /dev/vg_nvme/lv_4... 2023-12-25T21:32:26.512 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-25T21:32:26.543 INFO:journalctl@ceph.osd.3.smithi037.stdout:-- Logs begin at Mon 2023-12-25 21:14:59 UTC. -- 2023-12-25T21:32:27.955 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-25T21:32:27.955 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-25T21:32:27.955 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2023-12-25T21:32:27.955 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2023-12-25T21:32:27.955 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00930335 s, 1.1 GB/s 2023-12-25T21:32:27.956 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2023-12-25T21:32:28.306 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi136:vg_nvme/lv_4 2023-12-25T21:34:18.764 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 4 on host 'smithi136' 2023-12-25T21:34:19.085 DEBUG:teuthology.orchestra.run.smithi136:osd.4> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.4.service 2023-12-25T21:34:19.087 INFO:tasks.cephadm:Deploying osd.5 on smithi136 with /dev/vg_nvme/lv_3... 2023-12-25T21:34:19.087 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-25T21:34:19.117 INFO:journalctl@ceph.osd.4.smithi136.stdout:-- Logs begin at Mon 2023-12-25 21:15:09 UTC. -- 2023-12-25T21:34:20.563 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-25T21:34:20.563 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-25T21:34:20.563 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2023-12-25T21:34:20.563 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2023-12-25T21:34:20.563 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124496 s, 842 MB/s 2023-12-25T21:34:20.563 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2023-12-25T21:34:20.918 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi136:vg_nvme/lv_3 2023-12-25T21:34:30.738 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 5 on host 'smithi136' 2023-12-25T21:34:31.108 DEBUG:teuthology.orchestra.run.smithi136:osd.5> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.5.service 2023-12-25T21:34:31.110 INFO:tasks.cephadm:Deploying osd.6 on smithi136 with /dev/vg_nvme/lv_2... 2023-12-25T21:34:31.110 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-25T21:34:31.140 INFO:journalctl@ceph.osd.5.smithi136.stdout:-- Logs begin at Mon 2023-12-25 21:15:09 UTC. -- 2023-12-25T21:34:32.397 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-25T21:34:32.398 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-25T21:34:32.398 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2023-12-25T21:34:32.398 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2023-12-25T21:34:32.398 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00923382 s, 1.1 GB/s 2023-12-25T21:34:32.398 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2023-12-25T21:34:32.758 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi136:vg_nvme/lv_2 2023-12-25T21:34:42.506 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 6 on host 'smithi136' 2023-12-25T21:34:43.030 DEBUG:teuthology.orchestra.run.smithi136:osd.6> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.6.service 2023-12-25T21:34:43.031 INFO:tasks.cephadm:Deploying osd.7 on smithi136 with /dev/vg_nvme/lv_1... 2023-12-25T21:34:43.032 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-25T21:34:43.060 INFO:journalctl@ceph.osd.6.smithi136.stdout:-- Logs begin at Mon 2023-12-25 21:15:09 UTC. -- 2023-12-25T21:34:44.374 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-25T21:34:44.374 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-25T21:34:44.374 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2023-12-25T21:34:44.375 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2023-12-25T21:34:44.375 INFO:teuthology.orchestra.run.smithi136.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125568 s, 835 MB/s 2023-12-25T21:34:44.375 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2023-12-25T21:34:44.708 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi136:vg_nvme/lv_1 2023-12-25T21:34:54.572 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 7 on host 'smithi136' 2023-12-25T21:34:54.894 DEBUG:teuthology.orchestra.run.smithi136:osd.7> sudo journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.7.service 2023-12-25T21:34:54.896 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-25T21:34:54.896 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:34:54.926 INFO:journalctl@ceph.osd.7.smithi136.stdout:-- Logs begin at Mon 2023-12-25 21:15:09 UTC. -- 2023-12-25T21:34:56.355 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:34:56.714 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1703540086,"num_in_osds":7,"osd_in_since":1703540086,"num_remapped_pgs":0} 2023-12-25T21:34:57.715 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:34:59.095 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:34:59.588 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":45,"num_osds":8,"num_up_osds":8,"osd_up_since":1703540098,"num_in_osds":8,"osd_in_since":1703540098,"num_remapped_pgs":0} 2023-12-25T21:34:59.589 INFO:tasks.cephadm:Setting up client nodes... 2023-12-25T21:34:59.590 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:35:00.886 INFO:teuthology.orchestra.run.smithi037.stdout:[client.0] 2023-12-25T21:35:00.886 INFO:teuthology.orchestra.run.smithi037.stdout: key = AQCE9YllNAKwNBAAsoEtDnM/TBNOvz/mOzvPWA== 2023-12-25T21:35:01.287 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-25T21:35:01.287 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-25T21:35:01.287 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-25T21:35:01.329 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:35:01.511 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:02.656 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:02.656 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":46,"fsid":"d33c7260-a36b-11ee-95a5-87774f69a715","created":"2023-12-25T21:23:45.872824+0000","modified":"2023-12-25T21:34:59.278890+0000","last_up_change":"2023-12-25T21:34:58.269053+0000","last_in_change":"2023-12-25T21:34:58.269053+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-25T21:25:07.602349+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":"7e180a5e-04ae-450e-8289-454aa8ebd2d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6803","nonce":375333000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6805","nonce":375333000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6809","nonce":375333000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6807","nonce":375333000}]},"public_addr":"172.21.15.37:6803/375333000","cluster_addr":"172.21.15.37:6805/375333000","heartbeat_back_addr":"172.21.15.37:6809/375333000","heartbeat_front_addr":"172.21.15.37:6807/375333000","state":["exists","up"]},{"osd":1,"uuid":"3f85e70d-29f7-4428-85c1-0cb961acd25a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6811","nonce":2793619289}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6813","nonce":2793619289}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6817","nonce":2793619289}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6815","nonce":2793619289}]},"public_addr":"172.21.15.37:6811/2793619289","cluster_addr":"172.21.15.37:6813/2793619289","heartbeat_back_addr":"172.21.15.37:6817/2793619289","heartbeat_front_addr":"172.21.15.37:6815/2793619289","state":["exists","up"]},{"osd":2,"uuid":"f370e11b-7025-4f00-80ac-d9afe0f64d38","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.37:6818","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6819","nonce":1817459191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6821","nonce":1817459191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6825","nonce":1817459191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6823","nonce":1817459191}]},"public_addr":"172.21.15.37:6819/1817459191","cluster_addr":"172.21.15.37:6821/1817459191","heartbeat_back_addr":"172.21.15.37:6825/1817459191","heartbeat_front_addr":"172.21.15.37:6823/1817459191","state":["exists","up"]},{"osd":3,"uuid":"c2b05c40-82f9-4b42-a086-7f728a44440d","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.37:6826","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6827","nonce":2379948304}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6829","nonce":2379948304}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6833","nonce":2379948304}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6831","nonce":2379948304}]},"public_addr":"172.21.15.37:6827/2379948304","cluster_addr":"172.21.15.37:6829/2379948304","heartbeat_back_addr":"172.21.15.37:6833/2379948304","heartbeat_front_addr":"172.21.15.37:6831/2379948304","state":["exists","up"]},{"osd":4,"uuid":"a11d21cb-43f6-460b-be04-04e92b8f5947","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.136:6800","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6801","nonce":381967504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6803","nonce":381967504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6807","nonce":381967504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6805","nonce":381967504}]},"public_addr":"172.21.15.136:6801/381967504","cluster_addr":"172.21.15.136:6803/381967504","heartbeat_back_addr":"172.21.15.136:6807/381967504","heartbeat_front_addr":"172.21.15.136:6805/381967504","state":["exists","up"]},{"osd":5,"uuid":"9f05e1af-7624-48b8-a5b9-58759e4eaa17","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.136:6808","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6809","nonce":3423145128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6811","nonce":3423145128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6815","nonce":3423145128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6813","nonce":3423145128}]},"public_addr":"172.21.15.136:6809/3423145128","cluster_addr":"172.21.15.136:6811/3423145128","heartbeat_back_addr":"172.21.15.136:6815/3423145128","heartbeat_front_addr":"172.21.15.136:6813/3423145128","state":["exists","up"]},{"osd":6,"uuid":"09638e4d-fc30-497e-9682-5d8a28ee05fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6817","nonce":2667202924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6819","nonce":2667202924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6823","nonce":2667202924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6821","nonce":2667202924}]},"public_addr":"172.21.15.136:6817/2667202924","cluster_addr":"172.21.15.136:6819/2667202924","heartbeat_back_addr":"172.21.15.136:6823/2667202924","heartbeat_front_addr":"172.21.15.136:6821/2667202924","state":["exists","up"]},{"osd":7,"uuid":"8d47566c-9c66-4ee4-a2a8-e3e5ca4037ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6824","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6825","nonce":499193044}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6827","nonce":499193044}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6831","nonce":499193044}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6829","nonce":499193044}]},"public_addr":"172.21.15.136:6825/499193044","cluster_addr":"172.21.15.136:6827/499193044","heartbeat_back_addr":"172.21.15.136:6831/499193044","heartbeat_front_addr":"172.21.15.136:6829/499193044","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:29:51.840644+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:30:04.364168+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:32:15.803501+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:32:28.092166+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:20.808314+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:32.757647+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:44.523968+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:56.626231+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.37:6801/1588807894":"2023-12-26T21:24:34.094019+0000","172.21.15.37:0/3360451330":"2023-12-26T21:24:34.094019+0000","172.21.15.37:0/2175262641":"2023-12-26T21:24:23.088918+0000","172.21.15.37:6801/2705254546":"2023-12-26T21:24:23.088918+0000","172.21.15.37:0/3456370179":"2023-12-26T21:24:23.088918+0000","172.21.15.37:6800/1588807894":"2023-12-26T21:24:34.094019+0000","172.21.15.37:6800/2705254546":"2023-12-26T21:24:23.088918+0000","172.21.15.37:0/33982067":"2023-12-26T21:24:02.337102+0000","172.21.15.37:0/898098041":"2023-12-26T21:24:02.337102+0000","172.21.15.37:0/3781140333":"2023-12-26T21:24:34.094019+0000","172.21.15.37:6800/28500678":"2023-12-26T21:24:02.337102+0000","172.21.15.37:6801/28500678":"2023-12-26T21:24:02.337102+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-25T21:35:03.063 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-25T21:25:07.602349+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '13', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-25T21:35:03.064 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-25T21:35:03.206 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:04.286 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2023-12-25T21:35:04.637 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-25T21:35:04.638 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-25T21:35:04.638 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-25T21:35:04.780 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:05.893 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:06.279 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi037.tlypkg","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":1063843347},{"type":"v1","addr":"172.21.15.37:6801","nonce":1063843347}]},"active_addr":"172.21.15.37:6801/1063843347","active_change":"2023-12-25T21:24:34.094313+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24125,"name":"smithi136.vlhmks","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://smithi037.front.sepia.ceph.com:8443/","prometheus":"http://smithi037.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.37:0","nonce":699901774}]},{"addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3502270662}]}]}} 2023-12-25T21:35:06.285 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-25T21:35:06.285 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-25T21:35:06.286 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:35:06.426 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:07.483 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:07.483 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":46,"fsid":"d33c7260-a36b-11ee-95a5-87774f69a715","created":"2023-12-25T21:23:45.872824+0000","modified":"2023-12-25T21:34:59.278890+0000","last_up_change":"2023-12-25T21:34:58.269053+0000","last_in_change":"2023-12-25T21:34:58.269053+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-25T21:25:07.602349+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":"7e180a5e-04ae-450e-8289-454aa8ebd2d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6803","nonce":375333000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6805","nonce":375333000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6809","nonce":375333000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6807","nonce":375333000}]},"public_addr":"172.21.15.37:6803/375333000","cluster_addr":"172.21.15.37:6805/375333000","heartbeat_back_addr":"172.21.15.37:6809/375333000","heartbeat_front_addr":"172.21.15.37:6807/375333000","state":["exists","up"]},{"osd":1,"uuid":"3f85e70d-29f7-4428-85c1-0cb961acd25a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6811","nonce":2793619289}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6813","nonce":2793619289}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6817","nonce":2793619289}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6815","nonce":2793619289}]},"public_addr":"172.21.15.37:6811/2793619289","cluster_addr":"172.21.15.37:6813/2793619289","heartbeat_back_addr":"172.21.15.37:6817/2793619289","heartbeat_front_addr":"172.21.15.37:6815/2793619289","state":["exists","up"]},{"osd":2,"uuid":"f370e11b-7025-4f00-80ac-d9afe0f64d38","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.37:6818","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6819","nonce":1817459191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6821","nonce":1817459191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6825","nonce":1817459191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6823","nonce":1817459191}]},"public_addr":"172.21.15.37:6819/1817459191","cluster_addr":"172.21.15.37:6821/1817459191","heartbeat_back_addr":"172.21.15.37:6825/1817459191","heartbeat_front_addr":"172.21.15.37:6823/1817459191","state":["exists","up"]},{"osd":3,"uuid":"c2b05c40-82f9-4b42-a086-7f728a44440d","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.37:6826","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6827","nonce":2379948304}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6829","nonce":2379948304}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6833","nonce":2379948304}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6831","nonce":2379948304}]},"public_addr":"172.21.15.37:6827/2379948304","cluster_addr":"172.21.15.37:6829/2379948304","heartbeat_back_addr":"172.21.15.37:6833/2379948304","heartbeat_front_addr":"172.21.15.37:6831/2379948304","state":["exists","up"]},{"osd":4,"uuid":"a11d21cb-43f6-460b-be04-04e92b8f5947","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.136:6800","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6801","nonce":381967504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6803","nonce":381967504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6807","nonce":381967504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6805","nonce":381967504}]},"public_addr":"172.21.15.136:6801/381967504","cluster_addr":"172.21.15.136:6803/381967504","heartbeat_back_addr":"172.21.15.136:6807/381967504","heartbeat_front_addr":"172.21.15.136:6805/381967504","state":["exists","up"]},{"osd":5,"uuid":"9f05e1af-7624-48b8-a5b9-58759e4eaa17","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.136:6808","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6809","nonce":3423145128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6811","nonce":3423145128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6815","nonce":3423145128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6813","nonce":3423145128}]},"public_addr":"172.21.15.136:6809/3423145128","cluster_addr":"172.21.15.136:6811/3423145128","heartbeat_back_addr":"172.21.15.136:6815/3423145128","heartbeat_front_addr":"172.21.15.136:6813/3423145128","state":["exists","up"]},{"osd":6,"uuid":"09638e4d-fc30-497e-9682-5d8a28ee05fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6817","nonce":2667202924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6819","nonce":2667202924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6823","nonce":2667202924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6821","nonce":2667202924}]},"public_addr":"172.21.15.136:6817/2667202924","cluster_addr":"172.21.15.136:6819/2667202924","heartbeat_back_addr":"172.21.15.136:6823/2667202924","heartbeat_front_addr":"172.21.15.136:6821/2667202924","state":["exists","up"]},{"osd":7,"uuid":"8d47566c-9c66-4ee4-a2a8-e3e5ca4037ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6824","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6825","nonce":499193044}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6827","nonce":499193044}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6831","nonce":499193044}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6829","nonce":499193044}]},"public_addr":"172.21.15.136:6825/499193044","cluster_addr":"172.21.15.136:6827/499193044","heartbeat_back_addr":"172.21.15.136:6831/499193044","heartbeat_front_addr":"172.21.15.136:6829/499193044","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:29:51.840644+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:30:04.364168+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:32:15.803501+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:32:28.092166+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:20.808314+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:32.757647+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:44.523968+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:56.626231+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.37:6801/1588807894":"2023-12-26T21:24:34.094019+0000","172.21.15.37:0/3360451330":"2023-12-26T21:24:34.094019+0000","172.21.15.37:0/2175262641":"2023-12-26T21:24:23.088918+0000","172.21.15.37:6801/2705254546":"2023-12-26T21:24:23.088918+0000","172.21.15.37:0/3456370179":"2023-12-26T21:24:23.088918+0000","172.21.15.37:6800/1588807894":"2023-12-26T21:24:34.094019+0000","172.21.15.37:6800/2705254546":"2023-12-26T21:24:23.088918+0000","172.21.15.37:0/33982067":"2023-12-26T21:24:02.337102+0000","172.21.15.37:0/898098041":"2023-12-26T21:24:02.337102+0000","172.21.15.37:0/3781140333":"2023-12-26T21:24:34.094019+0000","172.21.15.37:6800/28500678":"2023-12-26T21:24:02.337102+0000","172.21.15.37:6801/28500678":"2023-12-26T21:24:02.337102+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-25T21:35:07.879 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-25T21:35:07.879 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:35:08.022 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:09.047 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:09.047 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":46,"fsid":"d33c7260-a36b-11ee-95a5-87774f69a715","created":"2023-12-25T21:23:45.872824+0000","modified":"2023-12-25T21:34:59.278890+0000","last_up_change":"2023-12-25T21:34:58.269053+0000","last_in_change":"2023-12-25T21:34:58.269053+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-25T21:25:07.602349+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":"7e180a5e-04ae-450e-8289-454aa8ebd2d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6803","nonce":375333000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6805","nonce":375333000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6809","nonce":375333000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":375333000},{"type":"v1","addr":"172.21.15.37:6807","nonce":375333000}]},"public_addr":"172.21.15.37:6803/375333000","cluster_addr":"172.21.15.37:6805/375333000","heartbeat_back_addr":"172.21.15.37:6809/375333000","heartbeat_front_addr":"172.21.15.37:6807/375333000","state":["exists","up"]},{"osd":1,"uuid":"3f85e70d-29f7-4428-85c1-0cb961acd25a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6811","nonce":2793619289}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6813","nonce":2793619289}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6817","nonce":2793619289}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":2793619289},{"type":"v1","addr":"172.21.15.37:6815","nonce":2793619289}]},"public_addr":"172.21.15.37:6811/2793619289","cluster_addr":"172.21.15.37:6813/2793619289","heartbeat_back_addr":"172.21.15.37:6817/2793619289","heartbeat_front_addr":"172.21.15.37:6815/2793619289","state":["exists","up"]},{"osd":2,"uuid":"f370e11b-7025-4f00-80ac-d9afe0f64d38","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.37:6818","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6819","nonce":1817459191}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6821","nonce":1817459191}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6825","nonce":1817459191}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1817459191},{"type":"v1","addr":"172.21.15.37:6823","nonce":1817459191}]},"public_addr":"172.21.15.37:6819/1817459191","cluster_addr":"172.21.15.37:6821/1817459191","heartbeat_back_addr":"172.21.15.37:6825/1817459191","heartbeat_front_addr":"172.21.15.37:6823/1817459191","state":["exists","up"]},{"osd":3,"uuid":"c2b05c40-82f9-4b42-a086-7f728a44440d","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.37:6826","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6827","nonce":2379948304}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6829","nonce":2379948304}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6833","nonce":2379948304}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":2379948304},{"type":"v1","addr":"172.21.15.37:6831","nonce":2379948304}]},"public_addr":"172.21.15.37:6827/2379948304","cluster_addr":"172.21.15.37:6829/2379948304","heartbeat_back_addr":"172.21.15.37:6833/2379948304","heartbeat_front_addr":"172.21.15.37:6831/2379948304","state":["exists","up"]},{"osd":4,"uuid":"a11d21cb-43f6-460b-be04-04e92b8f5947","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.136:6800","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6801","nonce":381967504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6803","nonce":381967504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6807","nonce":381967504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":381967504},{"type":"v1","addr":"172.21.15.136:6805","nonce":381967504}]},"public_addr":"172.21.15.136:6801/381967504","cluster_addr":"172.21.15.136:6803/381967504","heartbeat_back_addr":"172.21.15.136:6807/381967504","heartbeat_front_addr":"172.21.15.136:6805/381967504","state":["exists","up"]},{"osd":5,"uuid":"9f05e1af-7624-48b8-a5b9-58759e4eaa17","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.136:6808","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6809","nonce":3423145128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6811","nonce":3423145128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6815","nonce":3423145128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3423145128},{"type":"v1","addr":"172.21.15.136:6813","nonce":3423145128}]},"public_addr":"172.21.15.136:6809/3423145128","cluster_addr":"172.21.15.136:6811/3423145128","heartbeat_back_addr":"172.21.15.136:6815/3423145128","heartbeat_front_addr":"172.21.15.136:6813/3423145128","state":["exists","up"]},{"osd":6,"uuid":"09638e4d-fc30-497e-9682-5d8a28ee05fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6816","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6817","nonce":2667202924}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6819","nonce":2667202924}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6823","nonce":2667202924}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":2667202924},{"type":"v1","addr":"172.21.15.136:6821","nonce":2667202924}]},"public_addr":"172.21.15.136:6817/2667202924","cluster_addr":"172.21.15.136:6819/2667202924","heartbeat_back_addr":"172.21.15.136:6823/2667202924","heartbeat_front_addr":"172.21.15.136:6821/2667202924","state":["exists","up"]},{"osd":7,"uuid":"8d47566c-9c66-4ee4-a2a8-e3e5ca4037ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6824","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6825","nonce":499193044}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6827","nonce":499193044}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6831","nonce":499193044}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":499193044},{"type":"v1","addr":"172.21.15.136:6829","nonce":499193044}]},"public_addr":"172.21.15.136:6825/499193044","cluster_addr":"172.21.15.136:6827/499193044","heartbeat_back_addr":"172.21.15.136:6831/499193044","heartbeat_front_addr":"172.21.15.136:6829/499193044","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:29:51.840644+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:30:04.364168+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:32:15.803501+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:32:28.092166+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:20.808314+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:32.757647+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:44.523968+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:34:56.626231+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.37:6801/1588807894":"2023-12-26T21:24:34.094019+0000","172.21.15.37:0/3360451330":"2023-12-26T21:24:34.094019+0000","172.21.15.37:0/2175262641":"2023-12-26T21:24:23.088918+0000","172.21.15.37:6801/2705254546":"2023-12-26T21:24:23.088918+0000","172.21.15.37:0/3456370179":"2023-12-26T21:24:23.088918+0000","172.21.15.37:6800/1588807894":"2023-12-26T21:24:34.094019+0000","172.21.15.37:6800/2705254546":"2023-12-26T21:24:23.088918+0000","172.21.15.37:0/33982067":"2023-12-26T21:24:02.337102+0000","172.21.15.37:0/898098041":"2023-12-26T21:24:02.337102+0000","172.21.15.37:0/3781140333":"2023-12-26T21:24:34.094019+0000","172.21.15.37:6800/28500678":"2023-12-26T21:24:02.337102+0000","172.21.15.37:6801/28500678":"2023-12-26T21:24:02.337102+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-25T21:35:09.386 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-25T21:35:09.530 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:10.879 INFO:teuthology.orchestra.run.smithi037.stdout:47244640323 2023-12-25T21:35:10.880 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-25T21:35:11.021 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:12.335 INFO:teuthology.orchestra.run.smithi037.stdout:68719476800 2023-12-25T21:35:12.336 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-25T21:35:12.480 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:13.820 INFO:teuthology.orchestra.run.smithi037.stdout:90194313254 2023-12-25T21:35:13.820 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-25T21:35:13.962 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:15.402 INFO:teuthology.orchestra.run.smithi037.stdout:111669149732 2023-12-25T21:35:15.402 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-25T21:35:15.546 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:16.919 INFO:teuthology.orchestra.run.smithi037.stdout:133143986189 2023-12-25T21:35:16.920 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-25T21:35:17.061 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:18.419 INFO:teuthology.orchestra.run.smithi037.stdout:154618822666 2023-12-25T21:35:18.419 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-25T21:35:18.561 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:19.886 INFO:teuthology.orchestra.run.smithi037.stdout:171798691850 2023-12-25T21:35:19.887 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-25T21:35:20.029 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:21.419 INFO:teuthology.orchestra.run.smithi037.stdout:193273528327 2023-12-25T21:35:21.419 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-25T21:35:21.562 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:22.706 INFO:teuthology.orchestra.run.smithi037.stdout:47244640325 2023-12-25T21:35:23.126 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640323 got 47244640325 for osd.0 2023-12-25T21:35:23.127 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-25T21:35:23.268 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:24.410 INFO:teuthology.orchestra.run.smithi037.stdout:68719476802 2023-12-25T21:35:24.802 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476800 got 68719476802 for osd.1 2023-12-25T21:35:24.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-25T21:35:24.946 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:26.041 INFO:teuthology.orchestra.run.smithi037.stdout:90194313257 2023-12-25T21:35:26.409 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313254 got 90194313257 for osd.2 2023-12-25T21:35:26.409 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-25T21:35:26.551 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:27.653 INFO:teuthology.orchestra.run.smithi037.stdout:111669149735 2023-12-25T21:35:27.972 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149732 got 111669149735 for osd.3 2023-12-25T21:35:27.972 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-25T21:35:28.114 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:29.277 INFO:teuthology.orchestra.run.smithi037.stdout:133143986192 2023-12-25T21:35:29.676 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986192 for osd.4 2023-12-25T21:35:29.676 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-25T21:35:29.818 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:30.985 INFO:teuthology.orchestra.run.smithi037.stdout:154618822669 2023-12-25T21:35:31.409 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822666 got 154618822669 for osd.5 2023-12-25T21:35:31.409 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-25T21:35:31.551 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:32.750 INFO:teuthology.orchestra.run.smithi037.stdout:171798691852 2023-12-25T21:35:33.142 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691850 got 171798691852 for osd.6 2023-12-25T21:35:33.142 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-25T21:35:33.285 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:34.442 INFO:teuthology.orchestra.run.smithi037.stdout:193273528329 2023-12-25T21:35:34.843 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528327 got 193273528329 for osd.7 2023-12-25T21:35:34.843 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-25T21:35:34.843 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:35:34.987 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:36.162 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:36.162 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2023-12-25T21:35:36.559 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":365,"stamp":"2023-12-25T21:35:34.270471+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":8392124,"kb_used_data":3452,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569092,"statfs":{"total":767960285184,"available":759366750208,"internally_reserved":8589934592,"allocated":3534848,"data_stored":1426622,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"46","state":"active+clean","last_fresh":"2023-12-25T21:34:59.399850+0000","last_change":"2023-12-25T21:34:59.399850+0000","last_active":"2023-12-25T21:34:59.399850+0000","last_peered":"2023-12-25T21:34:59.399850+0000","last_clean":"2023-12-25T21:34:59.399850+0000","last_became_active":"2023-12-25T21:34:59.399539+0000","last_became_peered":"2023-12-25T21:34:59.399539+0000","last_unstale":"2023-12-25T21:34:59.399850+0000","last_undegraded":"2023-12-25T21:34:59.399850+0000","last_fullsized":"2023-12-25T21:34:59.399850+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T21:25:08.169268+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:25:08.169268+0000","last_clean_scrub_stamp":"2023-12-25T21:25:08.169268+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":45,"seq":193273528330,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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.44600000000000001}]},{"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.40100000000000002}]},{"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.379}]},{"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.46899999999999997}]},{"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.495}]},{"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.32400000000000001}]},{"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.48599999999999999}]}]},{"osd":6,"up_from":40,"seq":171798691853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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.42099999999999999}]},{"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.44700000000000001}]},{"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.35299999999999998}]},{"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.52000000000000002}]},{"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.34300000000000003}]},{"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.48799999999999999}]},{"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.38}]}]},{"osd":1,"up_from":16,"seq":68719476805,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049012,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696140,"statfs":{"total":95995035648,"available":94920847360,"internally_reserved":1073741824,"allocated":438272,"data_stored":178053,"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":"Mon Dec 25 21:35:15 2023","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.318,"15min":0.28699999999999998},"min":{"1min":0.21099999999999999,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.47599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.33400000000000002,"15min":0.29399999999999998},"min":{"1min":0.23000000000000001,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.371}]},{"osd":2,"last update":"Mon Dec 25 21:35:22 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.36799999999999999,"15min":0.36199999999999999},"min":{"1min":0.23300000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.317},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.35399999999999998,"15min":0.34200000000000003},"min":{"1min":0.254,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.34999999999999998}]},{"osd":3,"last update":"Mon Dec 25 21:35:31 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36899999999999999,"15min":0.36299999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40400000000000003,"15min":0.39800000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.41499999999999998}]},{"osd":4,"last update":"Mon Dec 25 21:35:22 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.59299999999999997}]},{"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.63500000000000001}]},{"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.68899999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72299999999999998}]}]},{"osd":0,"up_from":11,"seq":47244640327,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:35:18 2023","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.32900000000000001,"15min":0.29999999999999999},"min":{"1min":0.19400000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.50600000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.34599999999999997,"15min":0.315},"min":{"1min":0.21299999999999999,"5min":0.19,"15min":0.19},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.24199999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:34:25 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.39600000000000002,"15min":0.39400000000000002},"min":{"1min":0.32000000000000001,"5min":0.252,"15min":0.252},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.27200000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.27600000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:34:37 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.38400000000000001,"15min":0.38300000000000001},"min":{"1min":0.313,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.501,"5min":0.504,"15min":0.504},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42299999999999999,"15min":0.42199999999999999},"min":{"1min":0.29999999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.32100000000000001}]},{"osd":4,"last update":"Mon Dec 25 21:35:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.45100000000000001}]},{"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.58799999999999997}]},{"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.432}]},{"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.51200000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313259,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:35:21 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.26700000000000002,"5min":0.221,"15min":0.221},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.23999999999999999}]},{"osd":1,"last update":"Mon Dec 25 21:35:21 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36599999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.55300000000000005,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.22700000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.39300000000000002,"15min":0.39400000000000002},"min":{"1min":0.254,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56699999999999995,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.33900000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:35:31 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.40200000000000002,"15min":0.40600000000000003},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41999999999999998,"15min":0.42099999999999999},"min":{"1min":0.28299999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.318}]},{"osd":4,"last update":"Mon Dec 25 21:35:24 2023","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58299999999999996}]},{"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.55200000000000005}]},{"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.622}]},{"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.61299999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149736,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:34:36 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.34599999999999997,"15min":0.34300000000000003},"min":{"1min":0.25800000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.51400000000000001,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.27400000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54600000000000004,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.34200000000000003}]},{"osd":1,"last update":"Mon Dec 25 21:34:36 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.38100000000000001,"15min":0.375},"min":{"1min":0.33400000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.51700000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.377,"15min":0.374},"min":{"1min":0.30199999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.29499999999999998}]},{"osd":2,"last update":"Mon Dec 25 21:34:36 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.33200000000000002,"5min":0.312,"15min":0.312},"max":{"1min":0.52600000000000002,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.37,"15min":0.36799999999999999},"min":{"1min":0.26900000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.50700000000000001,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.28299999999999997}]},{"osd":4,"last update":"Mon Dec 25 21:35:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.57999999999999996}]},{"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.56899999999999995}]},{"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.47099999999999997}]},{"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.505}]}]},{"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":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.41899999999999998}]},{"osd":1,"last update":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.40799999999999997}]},{"osd":2,"last update":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.441},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.46200000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.58199999999999996}]},{"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.60299999999999998}]},{"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.61799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]}]},{"osd":5,"up_from":36,"seq":154618822669,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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.29199999999999998}]},{"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.39500000000000002}]},{"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.36699999999999999}]},{"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.45200000000000001}]},{"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.35499999999999998}]},{"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.38700000000000001}]},{"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.42099999999999999}]}]}]}} 2023-12-25T21:35:36.560 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:35:36.704 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:37.815 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:37.816 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2023-12-25T21:35:38.215 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":366,"stamp":"2023-12-25T21:35:36.270805+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":8392124,"kb_used_data":3452,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569092,"statfs":{"total":767960285184,"available":759366750208,"internally_reserved":8589934592,"allocated":3534848,"data_stored":1426622,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"46","state":"active+clean","last_fresh":"2023-12-25T21:34:59.399850+0000","last_change":"2023-12-25T21:34:59.399850+0000","last_active":"2023-12-25T21:34:59.399850+0000","last_peered":"2023-12-25T21:34:59.399850+0000","last_clean":"2023-12-25T21:34:59.399850+0000","last_became_active":"2023-12-25T21:34:59.399539+0000","last_became_peered":"2023-12-25T21:34:59.399539+0000","last_unstale":"2023-12-25T21:34:59.399850+0000","last_undegraded":"2023-12-25T21:34:59.399850+0000","last_fullsized":"2023-12-25T21:34:59.399850+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T21:25:08.169268+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:25:08.169268+0000","last_clean_scrub_stamp":"2023-12-25T21:25:08.169268+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":45,"seq":193273528330,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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.44600000000000001}]},{"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.40100000000000002}]},{"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.379}]},{"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.46899999999999997}]},{"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.495}]},{"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.32400000000000001}]},{"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.48599999999999999}]}]},{"osd":6,"up_from":40,"seq":171798691853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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.42099999999999999}]},{"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.44700000000000001}]},{"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.35299999999999998}]},{"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.52000000000000002}]},{"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.34300000000000003}]},{"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.48799999999999999}]},{"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.38}]}]},{"osd":1,"up_from":16,"seq":68719476805,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049012,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696140,"statfs":{"total":95995035648,"available":94920847360,"internally_reserved":1073741824,"allocated":438272,"data_stored":178053,"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":"Mon Dec 25 21:35:15 2023","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.318,"15min":0.28699999999999998},"min":{"1min":0.21099999999999999,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.47599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.33400000000000002,"15min":0.29399999999999998},"min":{"1min":0.23000000000000001,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.371}]},{"osd":2,"last update":"Mon Dec 25 21:35:22 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.36799999999999999,"15min":0.36199999999999999},"min":{"1min":0.23300000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.317},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.35399999999999998,"15min":0.34200000000000003},"min":{"1min":0.254,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.34999999999999998}]},{"osd":3,"last update":"Mon Dec 25 21:35:31 2023","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36899999999999999,"15min":0.36299999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40400000000000003,"15min":0.39800000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.41499999999999998}]},{"osd":4,"last update":"Mon Dec 25 21:35:22 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.59299999999999997}]},{"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.63500000000000001}]},{"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.68899999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72299999999999998}]}]},{"osd":0,"up_from":11,"seq":47244640328,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:35:18 2023","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.32900000000000001,"15min":0.29999999999999999},"min":{"1min":0.19400000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.50600000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.34599999999999997,"15min":0.315},"min":{"1min":0.21299999999999999,"5min":0.19,"15min":0.19},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.39400000000000002}]},{"osd":2,"last update":"Mon Dec 25 21:35:31 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.39100000000000001,"15min":0.39200000000000002},"min":{"1min":0.27600000000000002,"5min":0.252,"15min":0.252},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.374,"15min":0.378},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.41799999999999998}]},{"osd":3,"last update":"Mon Dec 25 21:34:37 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.38400000000000001,"15min":0.38300000000000001},"min":{"1min":0.313,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.501,"5min":0.504,"15min":0.504},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42299999999999999,"15min":0.42199999999999999},"min":{"1min":0.29999999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.45800000000000002}]},{"osd":4,"last update":"Mon Dec 25 21:35:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.621}]},{"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.65700000000000003}]},{"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.63700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313259,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:35:21 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.36399999999999999,"15min":0.35999999999999999},"min":{"1min":0.26700000000000002,"5min":0.221,"15min":0.221},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.23999999999999999}]},{"osd":1,"last update":"Mon Dec 25 21:35:21 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36599999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.55300000000000005,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.22700000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.39300000000000002,"15min":0.39400000000000002},"min":{"1min":0.254,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56699999999999995,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.33900000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:35:31 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.40200000000000002,"15min":0.40600000000000003},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41999999999999998,"15min":0.42099999999999999},"min":{"1min":0.28299999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.318}]},{"osd":4,"last update":"Mon Dec 25 21:35:24 2023","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58299999999999996}]},{"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.55200000000000005}]},{"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.622}]},{"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.61299999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149737,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:34:36 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.34599999999999997,"15min":0.34300000000000003},"min":{"1min":0.25800000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.51400000000000001,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.27400000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54600000000000004,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.34200000000000003}]},{"osd":1,"last update":"Mon Dec 25 21:34:36 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.38100000000000001,"15min":0.375},"min":{"1min":0.33400000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.51700000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.377,"15min":0.374},"min":{"1min":0.30199999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.29499999999999998}]},{"osd":2,"last update":"Mon Dec 25 21:34:36 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.33200000000000002,"5min":0.312,"15min":0.312},"max":{"1min":0.52600000000000002,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.37,"15min":0.36799999999999999},"min":{"1min":0.26900000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.50700000000000001,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.28299999999999997}]},{"osd":4,"last update":"Mon Dec 25 21:35:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.57999999999999996}]},{"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.56899999999999995}]},{"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.47099999999999997}]},{"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.505}]}]},{"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":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.41899999999999998}]},{"osd":1,"last update":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.40799999999999997}]},{"osd":2,"last update":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.441},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.46200000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:35:26 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.58199999999999996}]},{"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.60299999999999998}]},{"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.61799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]}]},{"osd":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":1049016,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696136,"statfs":{"total":95995035648,"available":94920843264,"internally_reserved":1073741824,"allocated":442368,"data_stored":178367,"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.378}]},{"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.45200000000000001}]},{"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.496}]},{"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.52700000000000002}]},{"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.40300000000000002}]},{"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.59699999999999998}]},{"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.56699999999999995}]}]}]}} 2023-12-25T21:35:38.216 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-25T21:35:38.217 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-25T21:35:38.217 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-25T21:35:38.217 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-25T21:35:38.361 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/mon.smithi037/config 2023-12-25T21:35:39.522 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:39.892 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-25T21:35:39.892 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-25T21:35:39.892 INFO:tasks.cephadm:Setup complete, yielding 2023-12-25T21:35:39.892 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:35:39.903 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T21:35:39.904 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-25T21:35:41.175 INFO:teuthology.orchestra.run.smithi037.stdout:Backend: cephadm 2023-12-25T21:35:41.175 INFO:teuthology.orchestra.run.smithi037.stdout:Available: True 2023-12-25T21:35:41.532 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 starting - - 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 starting - - 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (11m) 11m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 starting - - 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (11m) 11m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 starting - - 2023-12-25T21:35:42.822 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 starting - - 2023-12-25T21:35:42.823 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 starting - - 2023-12-25T21:35:43.217 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-25T21:35:44.502 INFO:teuthology.orchestra.run.smithi037.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2023-12-25T21:35:44.502 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager 0/1 - - count:1 2023-12-25T21:35:44.503 INFO:teuthology.orchestra.run.smithi037.stdout:crash 2/2 - 11m * 2023-12-25T21:35:44.503 INFO:teuthology.orchestra.run.smithi037.stdout:grafana 1/1 - 11m count:1 2023-12-25T21:35:44.503 INFO:teuthology.orchestra.run.smithi037.stdout:mgr 2/2 - 11m count:2 mix mix 2023-12-25T21:35:44.503 INFO:teuthology.orchestra.run.smithi037.stdout:mon 2/5 - 11m count:5 mix mix 2023-12-25T21:35:44.503 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter 0/2 - - * 2023-12-25T21:35:44.503 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus 0/1 - - count:1 2023-12-25T21:35:44.883 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-25T21:35:46.212 INFO:teuthology.orchestra.run.smithi037.stdout:HOST ADDR LABELS STATUS 2023-12-25T21:35:46.212 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 smithi037 2023-12-25T21:35:46.212 INFO:teuthology.orchestra.run.smithi037.stdout:smithi136 smithi136 2023-12-25T21:35:46.530 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-25T21:35:47.828 INFO:teuthology.orchestra.run.smithi037.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-12-25T21:35:47.828 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd CVFT5331005T400BGN 400G Unknown N/A N/A No 2023-12-25T21:35:48.233 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:35:48.242 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T21:35:48.242 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:35:48.272 INFO:teuthology.orchestra.run.smithi037.stderr:+ systemctl stop nfs-server 2023-12-25T21:35:48.280 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi136.front.sepia.ceph.com 2023-12-25T21:35:48.280 DEBUG:teuthology.orchestra.run.smithi136:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:35:48.314 INFO:teuthology.orchestra.run.smithi136.stderr:+ systemctl stop nfs-server 2023-12-25T21:35:48.322 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:35:48.331 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T21:35:48.331 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-25T21:35:51.712 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:35:51.722 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-25T21:35:51.722 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:53.020 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:53.020 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:35:53.382 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:35:54.383 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:55.659 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:55.659 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:35:56.048 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:35:57.049 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:58.461 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:35:58.461 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:35:58.823 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:35:59.823 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:01.105 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:01.105 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:01.464 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:02.465 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:03.779 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:03.779 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:04.181 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:05.182 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:06.444 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:06.444 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:06.821 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:07.823 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:09.143 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:09.143 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:09.546 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:10.547 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:11.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:11.802 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:12.163 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:13.163 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:14.491 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:14.491 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:14.861 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:15.862 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:17.184 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:17.185 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:17.578 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:18.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:19.923 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:19.923 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:20.295 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:21.296 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:22.646 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:22.646 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:23.011 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:24.012 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:25.312 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:25.312 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:25.715 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:26.716 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:28.001 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:28.001 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:28.385 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:29.386 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:30.659 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:30.659 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:31.043 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:32.044 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:33.351 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:33.351 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:33.727 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:34.728 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:36.038 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:36.038 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:36.426 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:37.427 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:38.702 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:38.702 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:39.035 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:40.036 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:41.355 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:41.355 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:24:17.713463Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:24:25.559394Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:16.742176Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2023-12-25T21:24:15.744328Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:41.856 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:42.857 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:44.289 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:44.290 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:44.715 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:45.715 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:47.019 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:47.019 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:47.383 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:48.384 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:49.673 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:49.673 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:50.033 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:51.033 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:52.403 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:52.403 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:52.757 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:53.758 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:54.998 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:54.998 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:55.407 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:56.408 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:57.737 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:36:57.737 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:36:58.140 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:36:59.141 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:00.408 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:00.408 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:00.790 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:01.791 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:03.148 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:03.148 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:03.564 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:04.565 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:05.827 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:05.828 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:06.189 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:07.190 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:08.492 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:08.492 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:08.909 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:09.910 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:11.183 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:11.184 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:11.523 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:12.525 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:13.769 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:13.769 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:14.138 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:15.140 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:16.467 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:16.467 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:16.880 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:17.881 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:19.205 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:19.205 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:19.574 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:20.575 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:21.894 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:21.895 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:22.295 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:23.296 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:24.576 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:24.576 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:24.964 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:25.965 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:27.301 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:27.302 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:27.694 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:28.695 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:29.975 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:29.975 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:30.321 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:31.321 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:32.578 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:32.578 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:32.976 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:33.977 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:35.344 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:35.344 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:35.710 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:36.711 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:38.002 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:38.002 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:38.377 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:39.378 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:40.692 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:40.692 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:41.059 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:42.060 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:43.260 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:43.260 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:43.617 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:44.618 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:45.872 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:45.872 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:46.242 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:47.243 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:48.535 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:48.535 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:48.961 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:49.962 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:51.268 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:51.269 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:51.650 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:52.651 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:53.928 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:53.928 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:54.392 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:55.393 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:56.664 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:56.664 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:57.017 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:37:58.018 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:59.278 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:37:59.278 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:37:59.690 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:00.691 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:01.909 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:01.909 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:02.264 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:03.265 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:04.565 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:04.566 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:04.939 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:05.941 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:07.286 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:07.286 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:07.664 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:08.665 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:09.957 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:09.957 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:10.339 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:11.340 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:12.637 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:13.039 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:14.040 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:15.272 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:15.273 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:15.646 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:16.647 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:18.002 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:18.002 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:18.413 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:19.414 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:20.669 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:20.670 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:21.038 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:22.039 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:23.306 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:23.306 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:23.680 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:24.681 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:25.956 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:25.956 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:26.362 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:27.363 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:28.620 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:28.620 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:29.004 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:30.005 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:31.347 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:31.347 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:31.761 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:32.762 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:34.065 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:34.065 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:34.444 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:35.445 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:36.826 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:36.826 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:37.203 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:38.205 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:39.582 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:39.582 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:40.002 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:41.003 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:42.265 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:42.265 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:42.655 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:43.656 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:44.977 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:44.977 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:45.393 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:46.394 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:47.662 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:47.662 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:48.018 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:49.018 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:50.294 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:50.294 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:50.650 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:51.651 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:52.970 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:52.970 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:53.384 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:54.385 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:55.766 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:55.766 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:56.161 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:57.162 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:58.490 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:38:58.491 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:38:58.874 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:38:59.875 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:01.165 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:01.165 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:01.532 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:02.534 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:03.850 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:03.850 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:04.249 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:05.250 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:06.580 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:06.580 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:06.988 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:07.989 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:09.286 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:09.286 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:09.657 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:10.657 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:12.257 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:12.257 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:12.673 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:13.674 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:15.108 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:15.108 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:15.518 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:16.519 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:17.800 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:17.801 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:18.180 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:19.181 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:20.460 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:20.460 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:20.940 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:21.942 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:23.491 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:23.492 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:23.872 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:24.873 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:26.124 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:26.124 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:26.596 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:27.597 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:28.907 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:28.907 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:29.280 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:30.281 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:31.573 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:31.573 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:31.972 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:32.973 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:34.257 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:34.258 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:34.638 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:35.640 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:36.923 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:36.923 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:37.296 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:38.297 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:39.571 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:39.572 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:39.985 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:40.986 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:42.217 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:42.217 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:42.586 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:43.587 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:44.822 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:44.822 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:45.202 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:46.204 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:47.525 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:47.525 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:47.944 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:48.945 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:50.216 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:50.216 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:50.584 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:51.585 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:52.867 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:52.867 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:53.282 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:54.282 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:55.569 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:55.569 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:55.934 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:56.935 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:58.148 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:39:58.149 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:39:58.509 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:39:59.510 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:00.865 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:00.865 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:01.318 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:02.319 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:03.606 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:03.606 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:03.967 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:04.968 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:06.304 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:06.304 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:06.699 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:07.700 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:08.995 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:08.995 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:09.357 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:10.358 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:11.664 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:11.664 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:12.065 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:13.066 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:14.332 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:14.332 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:14.706 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:15.707 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:17.045 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:17.045 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:17.358 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:18.359 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:19.696 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:19.696 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:20.064 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:21.065 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:22.383 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:22.383 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:22.772 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:23.774 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:25.107 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:25.108 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:25.480 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:26.481 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:27.776 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:27.776 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:28.147 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:29.147 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:30.524 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:30.525 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:30.904 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:31.905 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:33.197 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:33.197 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:33.579 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:34.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:35.887 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:35.887 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:36.262 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:37.263 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:38.559 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:38.559 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:38.946 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:39.946 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:41.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:41.321 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:41.703 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:42.704 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:44.187 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:44.187 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:44.571 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:45.571 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:46.859 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:46.860 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:47.227 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:48.228 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:49.579 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:49.579 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:49.961 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:50.962 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:52.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:52.321 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:52.761 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:53.762 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:55.060 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:55.060 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:55.417 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:56.418 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:57.731 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:40:57.731 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:40:58.151 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:40:59.152 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:00.421 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:00.422 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:00.801 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:01.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:03.112 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:03.112 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:03.531 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:04.532 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:05.790 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:05.790 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:06.158 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:07.159 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:08.451 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:08.452 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:08.834 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:09.835 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:11.105 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:11.105 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:11.491 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:12.492 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:13.744 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:13.744 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:14.124 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:15.125 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:16.446 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:16.447 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:16.849 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:17.850 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:19.118 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:19.118 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:19.489 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:20.490 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:21.794 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:21.794 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:22.215 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:23.215 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:24.485 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:24.485 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:24.838 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:25.840 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:27.118 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:27.118 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:27.489 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:28.490 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:29.895 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:29.895 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:30.265 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:31.265 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:32.551 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:32.551 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:32.914 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:33.915 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:35.307 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:35.307 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:35.680 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:36.681 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:37.968 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:37.968 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:38.378 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:39.379 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:40.674 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:40.674 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:41.038 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:42.038 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:43.352 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:43.352 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:43.756 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:44.756 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:46.069 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:46.070 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:46.444 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:47.445 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:48.768 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:48.768 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:49.136 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:50.137 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:51.471 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:51.471 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:51.780 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:52.781 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:54.059 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:54.059 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:54.436 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:55.437 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:56.737 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:56.738 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:57.160 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:41:58.161 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:59.358 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:41:59.358 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:41:59.760 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:00.762 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:02.005 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:02.005 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:02.385 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:03.386 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:04.818 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:04.819 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:05.286 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:06.287 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:07.829 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:07.830 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:08.234 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:09.235 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:10.609 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:10.609 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:10.968 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:11.969 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:13.191 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:13.191 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:13.557 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:14.559 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:15.890 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:15.890 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:16.300 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:17.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:18.588 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:18.588 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:18.974 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:19.976 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:21.311 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:21.311 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:21.723 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:22.725 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:23.972 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:23.972 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:24.357 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:25.359 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:26.668 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:26.668 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:27.068 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:28.069 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:29.342 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:29.342 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:29.732 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:30.733 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:32.006 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:32.006 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:32.372 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:33.373 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:34.650 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:34.650 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:35.064 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:36.065 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:37.306 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:37.306 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:37.680 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:38.681 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:39.923 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:39.923 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:40.305 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:41.306 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:42.633 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:42.633 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:43.004 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:44.005 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:45.302 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:45.302 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:45.687 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:46.688 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:48.059 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:48.059 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:48.428 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:49.430 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:50.763 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:50.764 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:51.187 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:52.188 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:53.466 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:53.467 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:53.836 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:54.837 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:56.172 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:56.173 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:56.578 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:42:57.579 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:58.830 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:42:58.831 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:42:59.186 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:00.187 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:01.497 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:01.498 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:01.935 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:02.936 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:04.197 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:04.197 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:04.569 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:05.570 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:06.958 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:06.958 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:07.344 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:08.344 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:09.615 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:09.615 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:09.985 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:10.985 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:12.250 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:12.250 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:12.609 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:13.610 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:14.907 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:14.908 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:15.308 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:16.310 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:17.663 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:17.663 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:18.041 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:19.042 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:20.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:20.320 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:20.708 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:21.710 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:23.229 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:23.229 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:23.608 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:24.609 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:25.884 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:25.884 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:26.266 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:27.267 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:28.601 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:28.601 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:28.974 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:29.976 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:31.223 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:31.223 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:31.592 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:32.593 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:33.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:33.903 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:34.323 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:35.325 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:36.575 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:36.575 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:36.947 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:37.948 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:39.293 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:39.293 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:39.715 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:40.716 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:41.960 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:41.960 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:42.390 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:43.390 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:44.667 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:44.667 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:45.029 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:46.031 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:47.318 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:47.319 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:47.729 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:48.731 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:49.942 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:49.942 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:50.304 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:51.305 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:52.628 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:52.629 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:53.045 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:54.046 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:55.298 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:55.298 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:55.673 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:56.674 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:57.991 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:43:57.991 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:43:58.420 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:43:59.421 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:00.690 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:44:00.690 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:44:01.069 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:44:02.070 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:03.349 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:44:03.349 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:44:03.719 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:44:04.720 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:06.011 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:44:06.012 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:44:06.418 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:44:07.419 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:09.240 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:44:09.240 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:44:07.280381Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:42:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:44:09.736 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-25T21:44:10.737 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:12.300 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T21:44:12.301 INFO:teuthology.orchestra.run.smithi037.stdout:[{"events": ["2023-12-25T21:29:39.947809Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:25:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:25:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:26:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:27:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:28:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:29:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:41:38.031404Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:37:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:37:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:38:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi037 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2023-12-25T21:39:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:40:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:41:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:17.713463Z", "last_refresh": "2023-12-25T21:36:42.165395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2023-12-25T21:24:25.559394Z", "last_refresh": "2023-12-25T21:36:42.275878Z", "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.332383Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:35:51.326703Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:16.742176Z", "last_refresh": "2023-12-25T21:36:42.165331Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2023-12-25T21:24:15.744328Z", "last_refresh": "2023-12-25T21:36:42.165203Z", "running": 2, "size": 5}}, {"events": ["2023-12-25T21:32:10.439112Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi037 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi037\"", "2023-12-25T21:34:11.072919Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi136on smithi136: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi136 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\nsystemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2023-12-25T21:24:26.408018Z", "last_refresh": "2023-12-25T21:36:42.165797Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi037"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2023-12-25T21:36:42.165453Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2023-12-25T21:36:40.430779Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:34:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:35:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:36:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2023-12-25T21:44:07.280381Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi037on smithi037: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi037 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi037 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2023-12-25T21:42:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:42:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:43:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2023-12-25T21:44:12.735 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-25T21:44:12.735 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:44:12.746 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T21:44:12.746 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-25T21:44:14.571 INFO:teuthology.orchestra.run.smithi037.stderr:Invalid command: missing required parameter clusterid() 2023-12-25T21:44:14.572 INFO:teuthology.orchestra.run.smithi037.stderr:nfs cluster create [] : Create an NFS Cluster 2023-12-25T21:44:14.572 INFO:teuthology.orchestra.run.smithi037.stderr:Error EINVAL: invalid command 2023-12-25T21:44:16.455 INFO:teuthology.orchestra.run.smithi037.stdout:NFS Cluster Created Successfully 2023-12-25T21:44:16.776 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout: "bind": "/fake", 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout: "fs": "foofs", 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout: "path": "/", 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout: "cluster": "foo", 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout: "mode": "RW" 2023-12-25T21:44:18.095 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T21:44:18.477 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-25T22:03:15.995 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo 2/2 - 7s count:2 2023-12-25T22:03:16.388 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T22:03:16.398 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T22:03:16.399 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-25T22:03:16.429 INFO:teuthology.orchestra.run.smithi037.stderr:+ mkdir /mnt/foo 2023-12-25T22:03:16.454 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-25T22:03:16.523 INFO:teuthology.orchestra.run.smithi037.stderr:++ hostname 2023-12-25T22:03:16.523 INFO:teuthology.orchestra.run.smithi037.stderr:+ mount -t nfs smithi037:/fake /mnt/foo -o sync 2023-12-25T22:03:17.986 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-25T22:03:18.062 INFO:teuthology.orchestra.run.smithi037.stderr:+ echo test 2023-12-25T22:03:18.071 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-25T22:03:18.138 INFO:teuthology.orchestra.run.smithi037.stderr:+ sync 2023-12-25T22:03:18.445 INFO:teuthology.run_tasks:Running task parallel... 2023-12-25T22:03:18.474 INFO:teuthology.task.parallel:starting parallel... 2023-12-25T22:03:18.474 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-25T22:03:18.476 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-25T22:03:18.476 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T22:03:18.477 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-25T22:03:18.477 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-25T22:03:18.477 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-25T22:03:18.478 INFO:teuthology.task.exec:Executing custom commands... 2023-12-25T22:03:18.478 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T22:03:18.479 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-25T22:03:18.534 INFO:teuthology.orchestra.run.smithi037.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-25T22:03:18.534 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T22:03:18.534 INFO:teuthology.orchestra.run.smithi037.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-25T22:03:18.544 INFO:teuthology.orchestra.run.smithi037.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-25T22:03:18.644 INFO:teuthology.orchestra.run.smithi037.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-25T22:03:18.644 INFO:teuthology.orchestra.run.smithi037.stdout:releasing clients 2023-12-25T22:03:19.646 INFO:teuthology.orchestra.run.smithi037.stdout: 5 279 52.07 MB/sec warmup 1 sec latency 16.789 ms 2023-12-25T22:03:20.517 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-25T22:03:20.646 INFO:teuthology.orchestra.run.smithi037.stdout: 5 538 46.89 MB/sec warmup 2 sec latency 15.206 ms 2023-12-25T22:03:21.646 INFO:teuthology.orchestra.run.smithi037.stdout: 5 1211 38.40 MB/sec warmup 3 sec latency 10.707 ms 2023-12-25T22:03:22.469 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-25T22:03:22.646 INFO:teuthology.orchestra.run.smithi037.stdout: 5 2648 37.67 MB/sec warmup 4 sec latency 17.594 ms 2023-12-25T22:03:23.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 3875 39.87 MB/sec warmup 5 sec latency 13.271 ms 2023-12-25T22:03:24.382 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-25T22:03:24.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 4948 36.64 MB/sec warmup 6 sec latency 12.488 ms 2023-12-25T22:03:25.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 6071 34.05 MB/sec warmup 7 sec latency 25.187 ms 2023-12-25T22:03:26.406 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-25T22:03:26.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 7263 36.35 MB/sec warmup 8 sec latency 14.591 ms 2023-12-25T22:03:27.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 8040 33.37 MB/sec warmup 9 sec latency 20.876 ms 2023-12-25T22:03:28.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 9038 32.33 MB/sec warmup 10 sec latency 38.973 ms 2023-12-25T22:03:29.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 10312 33.02 MB/sec warmup 11 sec latency 17.300 ms 2023-12-25T22:03:30.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 11156 32.64 MB/sec warmup 12 sec latency 57.956 ms 2023-12-25T22:03:31.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 12169 32.08 MB/sec warmup 13 sec latency 26.597 ms 2023-12-25T22:03:32.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 13541 32.15 MB/sec warmup 14 sec latency 15.432 ms 2023-12-25T22:03:33.647 INFO:teuthology.orchestra.run.smithi037.stdout: 5 14449 32.37 MB/sec warmup 15 sec latency 19.630 ms 2023-12-25T22:03:33.735 INFO:teuthology.orchestra.run.smithi037.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T22:03:34.312 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-25T22:03:34.312 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T22:03:34.313 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-12-25T22:03:34.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 15074 30.65 MB/sec warmup 16 sec latency 20.726 ms 2023-12-25T22:03:35.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 15767 30.17 MB/sec warmup 17 sec latency 20.618 ms 2023-12-25T22:03:35.761 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:03:36.577 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (33m) 1s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (33m) 1s ago 33m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (19m) 0s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (19m) 1s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (39m) 0s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (33m) 1s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (39m) 0s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (38m) 1s ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:03:36.578 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (25s) 0s ago 25s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:03:36.579 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (22s) 1s ago 21s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:03:36.579 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 0s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:03:36.579 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 1s ago 9m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:03:36.579 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:03:36.580 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:03:36.580 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (31m) 0s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:03:36.580 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (31m) 0s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:03:36.580 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (29m) 1s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:03:36.580 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (29m) 1s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:03:36.581 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (28m) 1s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:03:36.581 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (28m) 1s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:03:36.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 17133 30.29 MB/sec warmup 18 sec latency 11.191 ms 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:03:37.034 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:03:37.035 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:03:37.477 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:03:37.478 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:03:37.478 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:03:37.478 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:03:37.478 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:03:37.478 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:03:37.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 18162 30.67 MB/sec warmup 19 sec latency 15.880 ms 2023-12-25T22:03:38.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 19115 29.97 MB/sec warmup 20 sec latency 21.226 ms 2023-12-25T22:03:39.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 20364 29.83 MB/sec warmup 21 sec latency 15.514 ms 2023-12-25T22:03:40.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 21588 30.79 MB/sec warmup 22 sec latency 13.894 ms 2023-12-25T22:03:41.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 22482 30.06 MB/sec warmup 23 sec latency 24.073 ms 2023-12-25T22:03:42.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 23697 29.73 MB/sec warmup 24 sec latency 22.611 ms 2023-12-25T22:03:43.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 25097 30.84 MB/sec warmup 25 sec latency 14.593 ms 2023-12-25T22:03:44.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 25859 29.98 MB/sec warmup 26 sec latency 22.875 ms 2023-12-25T22:03:45.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 27208 29.91 MB/sec warmup 27 sec latency 12.906 ms 2023-12-25T22:03:46.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 28517 30.84 MB/sec warmup 28 sec latency 14.738 ms 2023-12-25T22:03:47.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 29366 30.16 MB/sec warmup 29 sec latency 20.017 ms 2023-12-25T22:03:48.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 30546 29.98 MB/sec warmup 30 sec latency 17.120 ms 2023-12-25T22:03:49.648 INFO:teuthology.orchestra.run.smithi037.stdout: 5 31631 30.33 MB/sec warmup 31 sec latency 17.180 ms 2023-12-25T22:03:50.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 32567 30.20 MB/sec warmup 32 sec latency 13.810 ms 2023-12-25T22:03:51.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 33579 29.96 MB/sec warmup 33 sec latency 26.382 ms 2023-12-25T22:03:52.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 34943 30.14 MB/sec warmup 34 sec latency 13.257 ms 2023-12-25T22:03:53.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 36128 30.35 MB/sec warmup 35 sec latency 18.075 ms 2023-12-25T22:03:54.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 36995 30.02 MB/sec warmup 36 sec latency 27.381 ms 2023-12-25T22:03:55.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 37963 29.71 MB/sec warmup 37 sec latency 51.065 ms 2023-12-25T22:03:56.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 39001 30.07 MB/sec warmup 38 sec latency 15.610 ms 2023-12-25T22:03:57.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 39798 29.72 MB/sec warmup 39 sec latency 25.113 ms 2023-12-25T22:03:58.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 40794 29.58 MB/sec warmup 40 sec latency 26.741 ms 2023-12-25T22:03:59.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 41938 29.62 MB/sec warmup 41 sec latency 11.854 ms 2023-12-25T22:04:00.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 42883 29.76 MB/sec warmup 42 sec latency 19.479 ms 2023-12-25T22:04:01.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 43725 29.37 MB/sec warmup 43 sec latency 17.736 ms 2023-12-25T22:04:02.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 45013 29.32 MB/sec warmup 44 sec latency 18.837 ms 2023-12-25T22:04:03.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 46235 29.77 MB/sec warmup 45 sec latency 12.182 ms 2023-12-25T22:04:04.649 INFO:teuthology.orchestra.run.smithi037.stdout: 5 46957 29.38 MB/sec warmup 46 sec latency 27.874 ms 2023-12-25T22:04:05.650 INFO:teuthology.orchestra.run.smithi037.stdout: 5 48015 29.28 MB/sec warmup 47 sec latency 15.730 ms 2023-12-25T22:04:06.650 INFO:teuthology.orchestra.run.smithi037.stdout: 5 49368 29.54 MB/sec warmup 48 sec latency 13.193 ms 2023-12-25T22:04:07.651 INFO:teuthology.orchestra.run.smithi037.stdout: 5 50342 29.48 MB/sec warmup 49 sec latency 14.880 ms 2023-12-25T22:04:07.916 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:04:08.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 51282 29.33 MB/sec warmup 50 sec latency 28.423 ms 2023-12-25T22:04:08.764 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:04:08.764 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (34m) 33s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (34m) 33s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (19m) 32s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (19m) 33s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (40m) 32s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (34m) 33s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (40m) 32s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (38m) 33s ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (58s) 32s ago 57s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:04:08.765 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (54s) 33s ago 53s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 32s ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 33s ago 10m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (31m) 32s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (31m) 32s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (29m) 33s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (29m) 33s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (29m) 33s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:04:08.766 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (29m) 33s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:04:09.232 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:04:09.233 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:04:09.234 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:04:09.631 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:04:09.632 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:04:09.632 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:04:09.632 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:04:09.632 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:04:09.632 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:04:09.651 INFO:teuthology.orchestra.run.smithi037.stdout: 5 52384 29.28 MB/sec warmup 51 sec latency 19.458 ms 2023-12-25T22:04:10.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 53362 29.46 MB/sec warmup 52 sec latency 15.834 ms 2023-12-25T22:04:11.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 54234 29.19 MB/sec warmup 53 sec latency 18.268 ms 2023-12-25T22:04:12.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 55240 29.04 MB/sec warmup 54 sec latency 28.050 ms 2023-12-25T22:04:13.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 56048 28.94 MB/sec warmup 55 sec latency 19.624 ms 2023-12-25T22:04:14.651 INFO:teuthology.orchestra.run.smithi037.stdout: 5 57000 29.13 MB/sec warmup 56 sec latency 16.337 ms 2023-12-25T22:04:15.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 57727 28.77 MB/sec warmup 57 sec latency 22.330 ms 2023-12-25T22:04:16.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 58552 28.61 MB/sec warmup 58 sec latency 34.101 ms 2023-12-25T22:04:17.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 59338 28.42 MB/sec warmup 59 sec latency 19.985 ms 2023-12-25T22:04:18.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 60064 28.44 MB/sec warmup 60 sec latency 22.112 ms 2023-12-25T22:04:19.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 60932 28.38 MB/sec warmup 61 sec latency 16.487 ms 2023-12-25T22:04:20.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 61666 28.15 MB/sec warmup 62 sec latency 33.748 ms 2023-12-25T22:04:21.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 62605 28.03 MB/sec warmup 63 sec latency 23.526 ms 2023-12-25T22:04:22.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 63611 28.15 MB/sec warmup 64 sec latency 15.717 ms 2023-12-25T22:04:23.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 64408 28.10 MB/sec warmup 65 sec latency 18.603 ms 2023-12-25T22:04:24.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 65091 27.84 MB/sec warmup 66 sec latency 81.690 ms 2023-12-25T22:04:25.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 66076 27.72 MB/sec warmup 67 sec latency 26.026 ms 2023-12-25T22:04:26.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 66912 27.79 MB/sec warmup 68 sec latency 21.524 ms 2023-12-25T22:04:27.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 67701 27.81 MB/sec warmup 69 sec latency 19.306 ms 2023-12-25T22:04:28.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 68267 27.50 MB/sec warmup 70 sec latency 24.051 ms 2023-12-25T22:04:29.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 68956 27.35 MB/sec warmup 71 sec latency 37.980 ms 2023-12-25T22:04:30.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 69860 27.24 MB/sec warmup 72 sec latency 16.072 ms 2023-12-25T22:04:31.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 70720 27.33 MB/sec warmup 73 sec latency 15.556 ms 2023-12-25T22:04:32.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 71387 27.24 MB/sec warmup 74 sec latency 20.511 ms 2023-12-25T22:04:33.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 71875 26.99 MB/sec warmup 75 sec latency 27.227 ms 2023-12-25T22:04:34.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 72374 26.75 MB/sec warmup 76 sec latency 41.506 ms 2023-12-25T22:04:35.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 73069 26.64 MB/sec warmup 77 sec latency 25.490 ms 2023-12-25T22:04:36.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 73917 26.59 MB/sec warmup 78 sec latency 22.336 ms 2023-12-25T22:04:37.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 74746 26.65 MB/sec warmup 79 sec latency 23.727 ms 2023-12-25T22:04:38.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 75440 26.51 MB/sec warmup 80 sec latency 18.486 ms 2023-12-25T22:04:39.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 76305 26.40 MB/sec warmup 81 sec latency 28.988 ms 2023-12-25T22:04:40.082 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:04:40.652 INFO:teuthology.orchestra.run.smithi037.stdout: 5 77125 26.31 MB/sec warmup 82 sec latency 22.803 ms 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (34m) 64s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (34m) 65s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (34m) 65s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (20m) 64s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (20m) 65s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (40m) 64s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (34m) 65s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (40m) 64s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (39m) 65s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (90s) 64s ago 89s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (86s) 65s ago 85s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:04:40.757 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 64s ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 65s ago 11m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (34m) 64s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (34m) 64s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (30m) 65s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (30m) 65s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (29m) 65s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:04:40.758 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (29m) 65s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:41.124 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:04:41.125 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:04:41.452 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:04:41.452 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:04:41.452 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:04:41.452 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:04:41.452 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:04:41.452 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:04:41.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 77751 26.30 MB/sec warmup 83 sec latency 24.500 ms 2023-12-25T22:04:42.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 78345 26.22 MB/sec warmup 84 sec latency 28.163 ms 2023-12-25T22:04:43.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 78808 26.02 MB/sec warmup 85 sec latency 30.643 ms 2023-12-25T22:04:44.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 79468 25.86 MB/sec warmup 86 sec latency 28.066 ms 2023-12-25T22:04:45.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 80445 25.82 MB/sec warmup 87 sec latency 19.035 ms 2023-12-25T22:04:46.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 81169 25.83 MB/sec warmup 88 sec latency 38.290 ms 2023-12-25T22:04:47.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 81806 25.80 MB/sec warmup 89 sec latency 36.775 ms 2023-12-25T22:04:48.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 82439 25.64 MB/sec warmup 90 sec latency 28.530 ms 2023-12-25T22:04:49.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 83366 25.59 MB/sec warmup 91 sec latency 36.701 ms 2023-12-25T22:04:50.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 84497 25.65 MB/sec warmup 92 sec latency 21.799 ms 2023-12-25T22:04:51.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 85294 25.68 MB/sec warmup 93 sec latency 40.857 ms 2023-12-25T22:04:52.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 85838 25.55 MB/sec warmup 94 sec latency 24.839 ms 2023-12-25T22:04:53.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 86300 25.36 MB/sec warmup 95 sec latency 39.069 ms 2023-12-25T22:04:54.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 86754 25.21 MB/sec warmup 96 sec latency 47.688 ms 2023-12-25T22:04:55.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 87562 25.14 MB/sec warmup 97 sec latency 55.871 ms 2023-12-25T22:04:56.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 88392 25.19 MB/sec warmup 98 sec latency 19.148 ms 2023-12-25T22:04:57.653 INFO:teuthology.orchestra.run.smithi037.stdout: 5 88986 25.14 MB/sec warmup 99 sec latency 37.032 ms 2023-12-25T22:04:58.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 89500 25.01 MB/sec warmup 100 sec latency 35.199 ms 2023-12-25T22:04:59.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 90333 24.91 MB/sec warmup 101 sec latency 24.197 ms 2023-12-25T22:05:00.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 91252 24.89 MB/sec warmup 102 sec latency 17.506 ms 2023-12-25T22:05:01.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 91994 24.92 MB/sec warmup 103 sec latency 20.710 ms 2023-12-25T22:05:02.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 92784 24.92 MB/sec warmup 104 sec latency 19.947 ms 2023-12-25T22:05:03.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 93599 24.81 MB/sec warmup 105 sec latency 29.783 ms 2023-12-25T22:05:04.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 94474 24.80 MB/sec warmup 106 sec latency 20.721 ms 2023-12-25T22:05:05.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 95208 24.76 MB/sec warmup 107 sec latency 22.893 ms 2023-12-25T22:05:06.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 95797 24.74 MB/sec warmup 108 sec latency 22.469 ms 2023-12-25T22:05:07.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 96247 24.63 MB/sec warmup 109 sec latency 50.718 ms 2023-12-25T22:05:08.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 96570 24.48 MB/sec warmup 110 sec latency 47.751 ms 2023-12-25T22:05:09.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 96994 24.32 MB/sec warmup 111 sec latency 63.264 ms 2023-12-25T22:05:10.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 97795 24.27 MB/sec warmup 112 sec latency 25.486 ms 2023-12-25T22:05:11.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 98558 24.22 MB/sec warmup 113 sec latency 23.149 ms 2023-12-25T22:05:11.887 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:05:12.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 99144 24.21 MB/sec warmup 114 sec latency 27.228 ms 2023-12-25T22:05:12.730 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (35m) 96s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (35m) 97s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (35m) 97s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (21m) 96s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (21m) 97s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (41m) 96s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (35m) 97s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (41m) 96s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (39m) 97s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:05:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (2m) 96s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (118s) 97s ago 117s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 96s ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 97s ago 11m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (35m) 96s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (35m) 96s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (32m) 96s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (32m) 96s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (30m) 97s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (30m) 97s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (30m) 97s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:05:12.732 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (30m) 97s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:05:13.192 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:13.193 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:05:13.194 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:05:13.194 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:13.194 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:05:13.194 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:05:13.194 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:05:13.194 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:05:13.597 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:05:13.597 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:05:13.598 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:05:13.598 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:05:13.598 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:05:13.598 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:05:13.654 INFO:teuthology.orchestra.run.smithi037.stdout: 5 99871 24.20 MB/sec warmup 115 sec latency 34.946 ms 2023-12-25T22:05:14.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 100661 24.11 MB/sec warmup 116 sec latency 31.338 ms 2023-12-25T22:05:15.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 101352 24.05 MB/sec warmup 117 sec latency 29.555 ms 2023-12-25T22:05:16.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 102027 24.00 MB/sec warmup 118 sec latency 25.284 ms 2023-12-25T22:05:17.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 102633 23.98 MB/sec warmup 119 sec latency 33.089 ms 2023-12-25T22:05:19.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 103819 13.34 MB/sec execute 1 sec latency 27.526 ms 2023-12-25T22:05:20.655 INFO:teuthology.orchestra.run.smithi037.stdout: 5 104500 13.04 MB/sec execute 2 sec latency 36.408 ms 2023-12-25T22:05:21.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 105162 14.64 MB/sec execute 3 sec latency 38.876 ms 2023-12-25T22:05:22.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 105814 15.70 MB/sec execute 4 sec latency 23.443 ms 2023-12-25T22:05:23.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 106291 16.34 MB/sec execute 5 sec latency 22.082 ms 2023-12-25T22:05:24.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 106751 15.93 MB/sec execute 6 sec latency 37.848 ms 2023-12-25T22:05:25.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 107244 15.34 MB/sec execute 7 sec latency 43.103 ms 2023-12-25T22:05:26.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 107820 14.57 MB/sec execute 8 sec latency 40.818 ms 2023-12-25T22:05:27.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 108287 14.20 MB/sec execute 9 sec latency 42.068 ms 2023-12-25T22:05:28.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 108780 14.04 MB/sec execute 10 sec latency 29.757 ms 2023-12-25T22:05:29.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 109203 13.85 MB/sec execute 11 sec latency 51.330 ms 2023-12-25T22:05:30.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 109827 14.77 MB/sec execute 12 sec latency 29.254 ms 2023-12-25T22:05:31.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 110471 15.16 MB/sec execute 13 sec latency 22.461 ms 2023-12-25T22:05:32.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 110946 14.63 MB/sec execute 14 sec latency 30.952 ms 2023-12-25T22:05:33.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 111412 14.17 MB/sec execute 15 sec latency 46.240 ms 2023-12-25T22:05:34.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 112049 14.34 MB/sec execute 16 sec latency 24.443 ms 2023-12-25T22:05:35.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 112696 14.56 MB/sec execute 17 sec latency 28.375 ms 2023-12-25T22:05:36.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 113240 14.82 MB/sec execute 18 sec latency 28.770 ms 2023-12-25T22:05:37.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 113678 14.82 MB/sec execute 19 sec latency 34.313 ms 2023-12-25T22:05:38.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 114097 14.66 MB/sec execute 20 sec latency 33.437 ms 2023-12-25T22:05:39.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 114432 14.28 MB/sec execute 21 sec latency 38.740 ms 2023-12-25T22:05:40.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 114836 13.96 MB/sec execute 22 sec latency 44.759 ms 2023-12-25T22:05:41.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 115554 14.12 MB/sec execute 23 sec latency 43.905 ms 2023-12-25T22:05:42.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 116479 14.59 MB/sec execute 24 sec latency 20.214 ms 2023-12-25T22:05:43.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 117538 15.40 MB/sec execute 25 sec latency 23.220 ms 2023-12-25T22:05:44.035 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:05:44.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 118100 15.25 MB/sec execute 26 sec latency 33.344 ms 2023-12-25T22:05:44.854 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (35m) 2m ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:05:44.855 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (40m) 2m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:05:44.856 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:05:44.857 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:05:44.857 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:05:44.857 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:05:45.331 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:05:45.332 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:05:45.332 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:05:45.333 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:05:45.334 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:05:45.334 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:05:45.334 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:05:45.334 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:05:45.656 INFO:teuthology.orchestra.run.smithi037.stdout: 5 118662 15.15 MB/sec execute 27 sec latency 34.089 ms 2023-12-25T22:05:45.696 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:05:45.697 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:05:45.697 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:05:45.697 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:05:45.697 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:05:45.697 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:05:46.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 119090 15.01 MB/sec execute 28 sec latency 31.164 ms 2023-12-25T22:05:47.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 119494 14.87 MB/sec execute 29 sec latency 64.203 ms 2023-12-25T22:05:48.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 119920 14.79 MB/sec execute 30 sec latency 29.804 ms 2023-12-25T22:05:49.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 120306 14.73 MB/sec execute 31 sec latency 35.874 ms 2023-12-25T22:05:50.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 120741 14.75 MB/sec execute 32 sec latency 31.734 ms 2023-12-25T22:05:51.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 121132 14.66 MB/sec execute 33 sec latency 36.906 ms 2023-12-25T22:05:52.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 121536 14.45 MB/sec execute 34 sec latency 34.609 ms 2023-12-25T22:05:53.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 121969 14.25 MB/sec execute 35 sec latency 45.048 ms 2023-12-25T22:05:54.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 122441 14.16 MB/sec execute 36 sec latency 36.118 ms 2023-12-25T22:05:55.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 122916 14.15 MB/sec execute 37 sec latency 36.091 ms 2023-12-25T22:05:56.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 123436 14.12 MB/sec execute 38 sec latency 38.166 ms 2023-12-25T22:05:57.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 123967 14.26 MB/sec execute 39 sec latency 33.041 ms 2023-12-25T22:05:58.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 124570 14.36 MB/sec execute 40 sec latency 33.700 ms 2023-12-25T22:05:59.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 125342 14.43 MB/sec execute 41 sec latency 20.514 ms 2023-12-25T22:06:00.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 126182 14.56 MB/sec execute 42 sec latency 26.007 ms 2023-12-25T22:06:01.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 126981 14.69 MB/sec execute 43 sec latency 19.879 ms 2023-12-25T22:06:02.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 127573 14.89 MB/sec execute 44 sec latency 26.143 ms 2023-12-25T22:06:03.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 128120 14.89 MB/sec execute 45 sec latency 33.638 ms 2023-12-25T22:06:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 128701 14.85 MB/sec execute 46 sec latency 36.545 ms 2023-12-25T22:06:05.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 129741 15.05 MB/sec execute 47 sec latency 38.779 ms 2023-12-25T22:06:06.657 INFO:teuthology.orchestra.run.smithi037.stdout: 5 130730 15.32 MB/sec execute 48 sec latency 25.739 ms 2023-12-25T22:06:07.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 131400 15.49 MB/sec execute 49 sec latency 31.075 ms 2023-12-25T22:06:08.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 131830 15.43 MB/sec execute 50 sec latency 29.510 ms 2023-12-25T22:06:09.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 132356 15.28 MB/sec execute 51 sec latency 49.935 ms 2023-12-25T22:06:10.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 133281 15.44 MB/sec execute 52 sec latency 39.745 ms 2023-12-25T22:06:11.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 133914 15.46 MB/sec execute 53 sec latency 38.130 ms 2023-12-25T22:06:12.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 134297 15.40 MB/sec execute 54 sec latency 33.718 ms 2023-12-25T22:06:13.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 134706 15.45 MB/sec execute 55 sec latency 50.149 ms 2023-12-25T22:06:14.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 135350 15.48 MB/sec execute 56 sec latency 57.323 ms 2023-12-25T22:06:15.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 135960 15.36 MB/sec execute 57 sec latency 45.765 ms 2023-12-25T22:06:16.020 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:06:16.636 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:06:16.637 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:06:16.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:06:16.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:06:16.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:06:16.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:06:16.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 136285 15.21 MB/sec execute 58 sec latency 60.280 ms 2023-12-25T22:06:16.970 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:06:16.970 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:06:16.970 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:06:16.970 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:16.970 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:06:16.971 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:06:16.971 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:16.971 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:06:16.972 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:06:17.280 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:06:17.280 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:06:17.280 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:06:17.280 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:06:17.280 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:06:17.280 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:06:17.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 136700 15.15 MB/sec execute 59 sec latency 49.898 ms 2023-12-25T22:06:18.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 137062 15.09 MB/sec execute 60 sec latency 54.007 ms 2023-12-25T22:06:19.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 137493 15.02 MB/sec execute 61 sec latency 50.652 ms 2023-12-25T22:06:20.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 137841 14.95 MB/sec execute 62 sec latency 37.390 ms 2023-12-25T22:06:21.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 138190 14.95 MB/sec execute 63 sec latency 46.350 ms 2023-12-25T22:06:22.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 138524 14.86 MB/sec execute 64 sec latency 57.926 ms 2023-12-25T22:06:23.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 138860 14.80 MB/sec execute 65 sec latency 54.234 ms 2023-12-25T22:06:24.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 139128 14.66 MB/sec execute 66 sec latency 68.797 ms 2023-12-25T22:06:25.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 139575 14.56 MB/sec execute 67 sec latency 53.841 ms 2023-12-25T22:06:26.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 140161 14.52 MB/sec execute 68 sec latency 44.640 ms 2023-12-25T22:06:27.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 140679 14.52 MB/sec execute 69 sec latency 37.986 ms 2023-12-25T22:06:28.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 141064 14.46 MB/sec execute 70 sec latency 51.621 ms 2023-12-25T22:06:29.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 141388 14.40 MB/sec execute 71 sec latency 42.616 ms 2023-12-25T22:06:30.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 141721 14.40 MB/sec execute 72 sec latency 41.304 ms 2023-12-25T22:06:31.658 INFO:teuthology.orchestra.run.smithi037.stdout: 5 142124 14.35 MB/sec execute 73 sec latency 55.594 ms 2023-12-25T22:06:32.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 142528 14.31 MB/sec execute 74 sec latency 38.185 ms 2023-12-25T22:06:33.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 142977 14.21 MB/sec execute 75 sec latency 53.535 ms 2023-12-25T22:06:34.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 143517 14.19 MB/sec execute 76 sec latency 44.344 ms 2023-12-25T22:06:35.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 144082 14.19 MB/sec execute 77 sec latency 37.573 ms 2023-12-25T22:06:36.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 144427 14.15 MB/sec execute 78 sec latency 69.413 ms 2023-12-25T22:06:37.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 144787 14.09 MB/sec execute 79 sec latency 52.659 ms 2023-12-25T22:06:38.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 145032 14.03 MB/sec execute 80 sec latency 43.882 ms 2023-12-25T22:06:39.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 145286 13.99 MB/sec execute 81 sec latency 48.537 ms 2023-12-25T22:06:40.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 145734 13.99 MB/sec execute 82 sec latency 70.980 ms 2023-12-25T22:06:41.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 146144 13.95 MB/sec execute 83 sec latency 47.504 ms 2023-12-25T22:06:42.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 146533 13.83 MB/sec execute 84 sec latency 53.397 ms 2023-12-25T22:06:43.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 146957 13.79 MB/sec execute 85 sec latency 45.842 ms 2023-12-25T22:06:44.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 147341 13.73 MB/sec execute 86 sec latency 66.198 ms 2023-12-25T22:06:45.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 147774 13.71 MB/sec execute 87 sec latency 37.723 ms 2023-12-25T22:06:46.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 148247 13.73 MB/sec execute 88 sec latency 40.477 ms 2023-12-25T22:06:47.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 148631 13.70 MB/sec execute 89 sec latency 44.128 ms 2023-12-25T22:06:47.675 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:06:48.417 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (36m) 3m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (42m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (41m) 3m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:06:48.418 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:06:48.419 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:06:48.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 149079 13.73 MB/sec execute 90 sec latency 43.580 ms 2023-12-25T22:06:48.880 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:06:48.880 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:06:48.881 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:06:48.882 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:06:48.882 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:06:48.882 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:06:48.882 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:06:49.311 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:06:49.311 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:06:49.311 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:06:49.311 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:06:49.311 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:06:49.311 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:06:49.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 149710 13.78 MB/sec execute 91 sec latency 34.417 ms 2023-12-25T22:06:50.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 150516 13.78 MB/sec execute 92 sec latency 35.229 ms 2023-12-25T22:06:51.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 151486 13.93 MB/sec execute 93 sec latency 24.845 ms 2023-12-25T22:06:52.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 152365 14.08 MB/sec execute 94 sec latency 23.202 ms 2023-12-25T22:06:53.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 153169 14.16 MB/sec execute 95 sec latency 33.917 ms 2023-12-25T22:06:54.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 153910 14.16 MB/sec execute 96 sec latency 31.027 ms 2023-12-25T22:06:55.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 154746 14.23 MB/sec execute 97 sec latency 30.039 ms 2023-12-25T22:06:56.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 155526 14.32 MB/sec execute 98 sec latency 26.306 ms 2023-12-25T22:06:57.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 156094 14.39 MB/sec execute 99 sec latency 31.400 ms 2023-12-25T22:06:58.659 INFO:teuthology.orchestra.run.smithi037.stdout: 5 156738 14.44 MB/sec execute 100 sec latency 29.472 ms 2023-12-25T22:06:59.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 157429 14.40 MB/sec execute 101 sec latency 31.679 ms 2023-12-25T22:07:00.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 157828 14.36 MB/sec execute 102 sec latency 64.546 ms 2023-12-25T22:07:01.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 158256 14.33 MB/sec execute 103 sec latency 27.027 ms 2023-12-25T22:07:02.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 158692 14.32 MB/sec execute 104 sec latency 54.136 ms 2023-12-25T22:07:03.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 159286 14.34 MB/sec execute 105 sec latency 34.792 ms 2023-12-25T22:07:04.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 159888 14.39 MB/sec execute 106 sec latency 32.175 ms 2023-12-25T22:07:05.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 160413 14.40 MB/sec execute 107 sec latency 26.709 ms 2023-12-25T22:07:06.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 160924 14.35 MB/sec execute 108 sec latency 29.740 ms 2023-12-25T22:07:07.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 161528 14.35 MB/sec execute 109 sec latency 41.377 ms 2023-12-25T22:07:08.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 162178 14.39 MB/sec execute 110 sec latency 27.390 ms 2023-12-25T22:07:09.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 162666 14.37 MB/sec execute 111 sec latency 32.283 ms 2023-12-25T22:07:10.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 163076 14.39 MB/sec execute 112 sec latency 35.267 ms 2023-12-25T22:07:11.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 163450 14.36 MB/sec execute 113 sec latency 40.404 ms 2023-12-25T22:07:12.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 164160 14.38 MB/sec execute 114 sec latency 38.851 ms 2023-12-25T22:07:13.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 164892 14.40 MB/sec execute 115 sec latency 37.782 ms 2023-12-25T22:07:14.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 165540 14.43 MB/sec execute 116 sec latency 35.339 ms 2023-12-25T22:07:15.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 166142 14.45 MB/sec execute 117 sec latency 29.860 ms 2023-12-25T22:07:16.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 166666 14.50 MB/sec execute 118 sec latency 30.836 ms 2023-12-25T22:07:17.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 167102 14.47 MB/sec execute 119 sec latency 56.563 ms 2023-12-25T22:07:18.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 167769 14.46 MB/sec execute 120 sec latency 37.509 ms 2023-12-25T22:07:19.660 INFO:teuthology.orchestra.run.smithi037.stdout: 5 168312 14.44 MB/sec execute 121 sec latency 45.556 ms 2023-12-25T22:07:19.723 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:07:20.522 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (37m) 3m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:07:20.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:07:20.524 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:07:20.524 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:07:20.524 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:07:20.524 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:07:20.524 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:07:20.524 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:07:20.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 168829 14.42 MB/sec execute 122 sec latency 36.218 ms 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:20.965 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:07:20.966 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:07:20.966 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:07:20.966 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:07:21.354 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:07:21.354 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:07:21.355 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:07:21.355 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:07:21.355 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:07:21.355 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:07:21.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 169290 14.42 MB/sec execute 123 sec latency 42.492 ms 2023-12-25T22:07:22.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 169861 14.45 MB/sec execute 124 sec latency 33.343 ms 2023-12-25T22:07:23.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 170504 14.50 MB/sec execute 125 sec latency 40.679 ms 2023-12-25T22:07:24.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 171123 14.51 MB/sec execute 126 sec latency 30.335 ms 2023-12-25T22:07:25.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 171699 14.48 MB/sec execute 127 sec latency 46.077 ms 2023-12-25T22:07:26.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 172426 14.51 MB/sec execute 128 sec latency 30.081 ms 2023-12-25T22:07:27.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 173098 14.55 MB/sec execute 129 sec latency 25.653 ms 2023-12-25T22:07:28.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 173586 14.56 MB/sec execute 130 sec latency 39.938 ms 2023-12-25T22:07:29.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 173980 14.56 MB/sec execute 131 sec latency 37.298 ms 2023-12-25T22:07:30.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 174346 14.53 MB/sec execute 132 sec latency 59.218 ms 2023-12-25T22:07:31.662 INFO:teuthology.orchestra.run.smithi037.stdout: 5 174601 14.46 MB/sec execute 133 sec latency 75.640 ms 2023-12-25T22:07:32.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 174880 14.38 MB/sec execute 134 sec latency 38.641 ms 2023-12-25T22:07:33.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 175131 14.32 MB/sec execute 135 sec latency 62.129 ms 2023-12-25T22:07:34.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 175616 14.30 MB/sec execute 136 sec latency 77.940 ms 2023-12-25T22:07:35.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 176376 14.35 MB/sec execute 137 sec latency 33.444 ms 2023-12-25T22:07:36.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 177176 14.41 MB/sec execute 138 sec latency 34.766 ms 2023-12-25T22:07:37.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 177966 14.51 MB/sec execute 139 sec latency 39.986 ms 2023-12-25T22:07:38.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 178531 14.46 MB/sec execute 140 sec latency 54.955 ms 2023-12-25T22:07:39.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 179084 14.46 MB/sec execute 141 sec latency 39.817 ms 2023-12-25T22:07:40.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 179517 14.42 MB/sec execute 142 sec latency 37.562 ms 2023-12-25T22:07:41.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 179897 14.41 MB/sec execute 143 sec latency 49.865 ms 2023-12-25T22:07:42.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 180291 14.38 MB/sec execute 144 sec latency 36.871 ms 2023-12-25T22:07:43.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 180612 14.35 MB/sec execute 145 sec latency 37.393 ms 2023-12-25T22:07:44.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 180947 14.35 MB/sec execute 146 sec latency 80.216 ms 2023-12-25T22:07:45.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 181276 14.32 MB/sec execute 147 sec latency 39.370 ms 2023-12-25T22:07:46.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 181590 14.28 MB/sec execute 148 sec latency 47.317 ms 2023-12-25T22:07:47.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 181863 14.20 MB/sec execute 149 sec latency 60.172 ms 2023-12-25T22:07:48.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 182094 14.13 MB/sec execute 150 sec latency 56.261 ms 2023-12-25T22:07:49.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 182358 14.09 MB/sec execute 151 sec latency 64.502 ms 2023-12-25T22:07:50.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 182795 14.06 MB/sec execute 152 sec latency 37.489 ms 2023-12-25T22:07:51.663 INFO:teuthology.orchestra.run.smithi037.stdout: 5 183215 14.06 MB/sec execute 153 sec latency 41.625 ms 2023-12-25T22:07:51.764 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (37m) 4m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:07:52.528 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (42m) 4m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:07:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:07:52.530 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:07:52.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 183594 14.02 MB/sec execute 154 sec latency 42.735 ms 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:07:52.934 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:07:52.935 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:07:53.322 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:07:53.322 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:07:53.322 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:07:53.322 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:07:53.322 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:07:53.322 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:07:53.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 183968 14.00 MB/sec execute 155 sec latency 36.259 ms 2023-12-25T22:07:54.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 184179 13.95 MB/sec execute 156 sec latency 68.436 ms 2023-12-25T22:07:55.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 184472 13.95 MB/sec execute 157 sec latency 83.837 ms 2023-12-25T22:07:56.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 184727 13.90 MB/sec execute 158 sec latency 40.377 ms 2023-12-25T22:07:57.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 185050 13.88 MB/sec execute 159 sec latency 64.418 ms 2023-12-25T22:07:58.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 185417 13.83 MB/sec execute 160 sec latency 44.217 ms 2023-12-25T22:07:59.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 185759 13.78 MB/sec execute 161 sec latency 36.264 ms 2023-12-25T22:08:00.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 186140 13.76 MB/sec execute 162 sec latency 58.079 ms 2023-12-25T22:08:01.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 186524 13.72 MB/sec execute 163 sec latency 37.226 ms 2023-12-25T22:08:02.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 186835 13.71 MB/sec execute 164 sec latency 71.274 ms 2023-12-25T22:08:03.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 187264 13.69 MB/sec execute 165 sec latency 51.541 ms 2023-12-25T22:08:04.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 187589 13.67 MB/sec execute 166 sec latency 42.535 ms 2023-12-25T22:08:05.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 187967 13.68 MB/sec execute 167 sec latency 41.827 ms 2023-12-25T22:08:06.664 INFO:teuthology.orchestra.run.smithi037.stdout: 5 188285 13.64 MB/sec execute 168 sec latency 31.225 ms 2023-12-25T22:08:07.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 188770 13.64 MB/sec execute 169 sec latency 37.503 ms 2023-12-25T22:08:08.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 189323 13.62 MB/sec execute 170 sec latency 42.993 ms 2023-12-25T22:08:09.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 189947 13.62 MB/sec execute 171 sec latency 39.485 ms 2023-12-25T22:08:10.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 190441 13.63 MB/sec execute 172 sec latency 73.289 ms 2023-12-25T22:08:11.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 191018 13.64 MB/sec execute 173 sec latency 30.094 ms 2023-12-25T22:08:12.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 191579 13.69 MB/sec execute 174 sec latency 43.419 ms 2023-12-25T22:08:13.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 192114 13.70 MB/sec execute 175 sec latency 29.948 ms 2023-12-25T22:08:14.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 192554 13.66 MB/sec execute 176 sec latency 43.570 ms 2023-12-25T22:08:15.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 193009 13.64 MB/sec execute 177 sec latency 65.947 ms 2023-12-25T22:08:16.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 193563 13.63 MB/sec execute 178 sec latency 33.131 ms 2023-12-25T22:08:17.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 193991 13.63 MB/sec execute 179 sec latency 44.940 ms 2023-12-25T22:08:18.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 194576 13.65 MB/sec execute 180 sec latency 39.128 ms 2023-12-25T22:08:19.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 195246 13.70 MB/sec execute 181 sec latency 33.191 ms 2023-12-25T22:08:20.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 196036 13.73 MB/sec execute 182 sec latency 25.343 ms 2023-12-25T22:08:21.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 196678 13.74 MB/sec execute 183 sec latency 39.550 ms 2023-12-25T22:08:22.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 197080 13.70 MB/sec execute 184 sec latency 51.849 ms 2023-12-25T22:08:23.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 197412 13.70 MB/sec execute 185 sec latency 37.829 ms 2023-12-25T22:08:23.705 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:08:24.436 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (38m) 4m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:08:24.437 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:08:24.438 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:08:24.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 197747 13.66 MB/sec execute 186 sec latency 58.810 ms 2023-12-25T22:08:24.835 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:08:24.836 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:08:25.213 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:08:25.213 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:08:25.213 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:08:25.214 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:08:25.214 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:08:25.214 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:08:25.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 198160 13.65 MB/sec execute 187 sec latency 42.926 ms 2023-12-25T22:08:26.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 198891 13.71 MB/sec execute 188 sec latency 27.415 ms 2023-12-25T22:08:27.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 199347 13.71 MB/sec execute 189 sec latency 46.951 ms 2023-12-25T22:08:28.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 199656 13.66 MB/sec execute 190 sec latency 32.789 ms 2023-12-25T22:08:29.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 199957 13.62 MB/sec execute 191 sec latency 37.800 ms 2023-12-25T22:08:30.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 200571 13.62 MB/sec execute 192 sec latency 43.469 ms 2023-12-25T22:08:31.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 201377 13.68 MB/sec execute 193 sec latency 34.151 ms 2023-12-25T22:08:32.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 202047 13.72 MB/sec execute 194 sec latency 40.618 ms 2023-12-25T22:08:33.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 202576 13.73 MB/sec execute 195 sec latency 34.274 ms 2023-12-25T22:08:34.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 203096 13.72 MB/sec execute 196 sec latency 53.390 ms 2023-12-25T22:08:35.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 203582 13.71 MB/sec execute 197 sec latency 34.561 ms 2023-12-25T22:08:36.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 203949 13.68 MB/sec execute 198 sec latency 89.377 ms 2023-12-25T22:08:37.665 INFO:teuthology.orchestra.run.smithi037.stdout: 5 204268 13.64 MB/sec execute 199 sec latency 47.666 ms 2023-12-25T22:08:38.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 204523 13.63 MB/sec execute 200 sec latency 66.682 ms 2023-12-25T22:08:39.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 204845 13.60 MB/sec execute 201 sec latency 83.045 ms 2023-12-25T22:08:40.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 205147 13.57 MB/sec execute 202 sec latency 55.066 ms 2023-12-25T22:08:41.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 205470 13.56 MB/sec execute 203 sec latency 44.178 ms 2023-12-25T22:08:42.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 205755 13.55 MB/sec execute 204 sec latency 51.686 ms 2023-12-25T22:08:43.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 206028 13.51 MB/sec execute 205 sec latency 36.745 ms 2023-12-25T22:08:44.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 206420 13.51 MB/sec execute 206 sec latency 37.078 ms 2023-12-25T22:08:45.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 206809 13.47 MB/sec execute 207 sec latency 54.819 ms 2023-12-25T22:08:46.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 207254 13.46 MB/sec execute 208 sec latency 51.983 ms 2023-12-25T22:08:47.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 207632 13.42 MB/sec execute 209 sec latency 59.613 ms 2023-12-25T22:08:48.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 207944 13.41 MB/sec execute 210 sec latency 41.268 ms 2023-12-25T22:08:49.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 208262 13.40 MB/sec execute 211 sec latency 55.858 ms 2023-12-25T22:08:50.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 208715 13.38 MB/sec execute 212 sec latency 37.951 ms 2023-12-25T22:08:51.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 209218 13.40 MB/sec execute 213 sec latency 34.804 ms 2023-12-25T22:08:52.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 209747 13.42 MB/sec execute 214 sec latency 37.745 ms 2023-12-25T22:08:53.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 210298 13.41 MB/sec execute 215 sec latency 43.454 ms 2023-12-25T22:08:54.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 210811 13.41 MB/sec execute 216 sec latency 39.949 ms 2023-12-25T22:08:55.626 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:08:55.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 211276 13.39 MB/sec execute 217 sec latency 35.906 ms 2023-12-25T22:08:56.403 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:08:56.403 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:08:56.403 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:08:56.403 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (38m) 5m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (43m) 5m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:08:56.404 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:08:56.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:08:56.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 211661 13.38 MB/sec execute 218 sec latency 48.478 ms 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:08:56.831 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:08:56.832 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:08:57.220 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:08:57.220 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:08:57.220 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:08:57.220 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:08:57.220 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:08:57.220 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:08:57.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 212133 13.38 MB/sec execute 219 sec latency 37.836 ms 2023-12-25T22:08:58.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 212538 13.37 MB/sec execute 220 sec latency 40.001 ms 2023-12-25T22:08:59.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 212927 13.38 MB/sec execute 221 sec latency 43.689 ms 2023-12-25T22:09:00.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 213334 13.38 MB/sec execute 222 sec latency 44.817 ms 2023-12-25T22:09:01.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 213687 13.34 MB/sec execute 223 sec latency 70.881 ms 2023-12-25T22:09:02.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 213986 13.31 MB/sec execute 224 sec latency 35.515 ms 2023-12-25T22:09:03.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 214333 13.30 MB/sec execute 225 sec latency 76.848 ms 2023-12-25T22:09:04.666 INFO:teuthology.orchestra.run.smithi037.stdout: 5 214574 13.25 MB/sec execute 226 sec latency 75.305 ms 2023-12-25T22:09:05.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 214926 13.22 MB/sec execute 227 sec latency 38.970 ms 2023-12-25T22:09:06.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 215190 13.21 MB/sec execute 228 sec latency 74.235 ms 2023-12-25T22:09:07.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 215518 13.18 MB/sec execute 229 sec latency 71.011 ms 2023-12-25T22:09:08.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 216163 13.20 MB/sec execute 230 sec latency 39.227 ms 2023-12-25T22:09:09.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 216885 13.27 MB/sec execute 231 sec latency 34.344 ms 2023-12-25T22:09:10.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 217605 13.26 MB/sec execute 232 sec latency 27.424 ms 2023-12-25T22:09:11.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 218204 13.27 MB/sec execute 233 sec latency 49.403 ms 2023-12-25T22:09:12.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 218760 13.28 MB/sec execute 234 sec latency 29.056 ms 2023-12-25T22:09:13.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 219287 13.28 MB/sec execute 235 sec latency 36.755 ms 2023-12-25T22:09:14.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 219825 13.30 MB/sec execute 236 sec latency 33.225 ms 2023-12-25T22:09:15.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 220278 13.32 MB/sec execute 237 sec latency 72.963 ms 2023-12-25T22:09:16.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 220760 13.30 MB/sec execute 238 sec latency 38.221 ms 2023-12-25T22:09:17.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 221121 13.27 MB/sec execute 239 sec latency 43.902 ms 2023-12-25T22:09:18.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 221576 13.27 MB/sec execute 240 sec latency 43.308 ms 2023-12-25T22:09:19.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 222124 13.27 MB/sec execute 241 sec latency 34.676 ms 2023-12-25T22:09:20.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 222527 13.26 MB/sec execute 242 sec latency 52.207 ms 2023-12-25T22:09:21.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 222945 13.25 MB/sec execute 243 sec latency 58.508 ms 2023-12-25T22:09:22.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 223190 13.23 MB/sec execute 244 sec latency 63.535 ms 2023-12-25T22:09:23.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 223432 13.21 MB/sec execute 245 sec latency 76.763 ms 2023-12-25T22:09:24.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 223649 13.19 MB/sec execute 246 sec latency 83.651 ms 2023-12-25T22:09:25.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 223883 13.17 MB/sec execute 247 sec latency 44.458 ms 2023-12-25T22:09:26.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 224180 13.15 MB/sec execute 248 sec latency 81.242 ms 2023-12-25T22:09:27.625 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:09:27.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 224469 13.11 MB/sec execute 249 sec latency 57.057 ms 2023-12-25T22:09:28.357 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:09:28.357 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:09:28.357 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:09:28.357 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (39m) 5m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:09:28.357 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:09:28.357 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:09:28.358 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:09:28.359 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:09:28.359 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:09:28.359 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:09:28.359 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:09:28.359 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:09:28.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 224681 13.07 MB/sec execute 250 sec latency 44.527 ms 2023-12-25T22:09:28.767 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:09:28.767 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:09:28.768 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:09:28.769 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:09:29.141 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:09:29.141 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:09:29.142 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:09:29.142 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:09:29.142 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:09:29.142 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:09:29.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 225047 13.07 MB/sec execute 251 sec latency 66.461 ms 2023-12-25T22:09:30.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 225505 13.04 MB/sec execute 252 sec latency 46.326 ms 2023-12-25T22:09:31.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 225878 13.04 MB/sec execute 253 sec latency 53.276 ms 2023-12-25T22:09:32.667 INFO:teuthology.orchestra.run.smithi037.stdout: 5 226349 13.04 MB/sec execute 254 sec latency 41.207 ms 2023-12-25T22:09:33.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 226727 13.03 MB/sec execute 255 sec latency 59.305 ms 2023-12-25T22:09:34.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 227102 13.04 MB/sec execute 256 sec latency 44.916 ms 2023-12-25T22:09:35.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 227490 13.04 MB/sec execute 257 sec latency 31.296 ms 2023-12-25T22:09:36.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 227862 13.01 MB/sec execute 258 sec latency 57.845 ms 2023-12-25T22:09:37.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 228155 12.98 MB/sec execute 259 sec latency 40.491 ms 2023-12-25T22:09:38.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 228565 12.98 MB/sec execute 260 sec latency 55.817 ms 2023-12-25T22:09:39.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 229039 12.96 MB/sec execute 261 sec latency 43.226 ms 2023-12-25T22:09:40.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 229460 12.96 MB/sec execute 262 sec latency 48.421 ms 2023-12-25T22:09:41.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 229998 12.96 MB/sec execute 263 sec latency 60.199 ms 2023-12-25T22:09:42.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 230468 12.98 MB/sec execute 264 sec latency 35.467 ms 2023-12-25T22:09:43.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 230880 12.98 MB/sec execute 265 sec latency 33.045 ms 2023-12-25T22:09:44.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 231308 12.98 MB/sec execute 266 sec latency 45.860 ms 2023-12-25T22:09:45.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 231655 12.95 MB/sec execute 267 sec latency 45.520 ms 2023-12-25T22:09:46.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 232072 12.94 MB/sec execute 268 sec latency 44.920 ms 2023-12-25T22:09:47.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 232495 12.92 MB/sec execute 269 sec latency 44.131 ms 2023-12-25T22:09:48.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 232880 12.91 MB/sec execute 270 sec latency 52.056 ms 2023-12-25T22:09:49.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 233281 12.91 MB/sec execute 271 sec latency 44.220 ms 2023-12-25T22:09:50.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 233945 12.93 MB/sec execute 272 sec latency 51.554 ms 2023-12-25T22:09:51.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 234533 12.97 MB/sec execute 273 sec latency 38.920 ms 2023-12-25T22:09:52.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 234918 12.95 MB/sec execute 274 sec latency 63.889 ms 2023-12-25T22:09:53.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 235191 12.92 MB/sec execute 275 sec latency 36.865 ms 2023-12-25T22:09:54.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 235564 12.91 MB/sec execute 276 sec latency 52.174 ms 2023-12-25T22:09:55.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 235940 12.89 MB/sec execute 277 sec latency 44.206 ms 2023-12-25T22:09:56.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 236371 12.89 MB/sec execute 278 sec latency 34.143 ms 2023-12-25T22:09:57.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 236739 12.88 MB/sec execute 279 sec latency 46.563 ms 2023-12-25T22:09:58.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 237224 12.87 MB/sec execute 280 sec latency 37.158 ms 2023-12-25T22:09:59.524 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:09:59.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 237596 12.88 MB/sec execute 281 sec latency 46.815 ms 2023-12-25T22:10:00.200 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:10:00.200 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:10:00.200 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:10:00.200 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (39m) 6m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:10:00.200 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (25m) 6m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (25m) 6m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (44m) 6m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 6m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 6m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:10:00.201 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:10:00.202 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:10:00.202 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:10:00.586 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:10:00.587 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:00.587 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:10:00.587 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:10:00.587 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:10:00.587 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:10:00.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 237935 12.87 MB/sec execute 282 sec latency 40.982 ms 2023-12-25T22:10:00.898 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:10:00.898 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:10:00.898 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:10:00.898 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:10:00.899 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:10:00.899 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:10:01.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 238207 12.86 MB/sec execute 283 sec latency 83.885 ms 2023-12-25T22:10:02.668 INFO:teuthology.orchestra.run.smithi037.stdout: 5 238452 12.83 MB/sec execute 284 sec latency 87.419 ms 2023-12-25T22:10:03.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 238634 12.80 MB/sec execute 285 sec latency 69.163 ms 2023-12-25T22:10:04.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 238772 12.76 MB/sec execute 286 sec latency 76.654 ms 2023-12-25T22:10:05.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 239155 12.75 MB/sec execute 287 sec latency 72.913 ms 2023-12-25T22:10:06.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 239724 12.75 MB/sec execute 288 sec latency 36.023 ms 2023-12-25T22:10:07.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 240199 12.76 MB/sec execute 289 sec latency 52.622 ms 2023-12-25T22:10:08.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 240884 12.77 MB/sec execute 290 sec latency 46.197 ms 2023-12-25T22:10:09.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 241460 12.81 MB/sec execute 291 sec latency 35.625 ms 2023-12-25T22:10:10.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 241914 12.80 MB/sec execute 292 sec latency 45.313 ms 2023-12-25T22:10:11.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 242209 12.77 MB/sec execute 293 sec latency 49.631 ms 2023-12-25T22:10:12.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 242512 12.76 MB/sec execute 294 sec latency 46.708 ms 2023-12-25T22:10:13.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 242713 12.73 MB/sec execute 295 sec latency 81.212 ms 2023-12-25T22:10:14.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 242974 12.70 MB/sec execute 296 sec latency 68.065 ms 2023-12-25T22:10:15.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 243229 12.68 MB/sec execute 297 sec latency 105.779 ms 2023-12-25T22:10:16.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 243446 12.66 MB/sec execute 298 sec latency 70.914 ms 2023-12-25T22:10:17.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 243636 12.64 MB/sec execute 299 sec latency 88.376 ms 2023-12-25T22:10:18.670 INFO:teuthology.orchestra.run.smithi037.stdout: 5 244115 12.64 MB/sec execute 300 sec latency 39.158 ms 2023-12-25T22:10:19.670 INFO:teuthology.orchestra.run.smithi037.stdout: 5 244474 12.63 MB/sec execute 301 sec latency 46.640 ms 2023-12-25T22:10:20.669 INFO:teuthology.orchestra.run.smithi037.stdout: 5 244838 12.64 MB/sec execute 302 sec latency 51.935 ms 2023-12-25T22:10:21.670 INFO:teuthology.orchestra.run.smithi037.stdout: 5 245155 12.62 MB/sec execute 303 sec latency 56.386 ms 2023-12-25T22:10:22.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 245461 12.61 MB/sec execute 304 sec latency 68.752 ms 2023-12-25T22:10:23.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 245677 12.58 MB/sec execute 305 sec latency 88.053 ms 2023-12-25T22:10:24.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 245831 12.55 MB/sec execute 306 sec latency 104.771 ms 2023-12-25T22:10:25.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 246188 12.54 MB/sec execute 307 sec latency 46.200 ms 2023-12-25T22:10:26.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 246678 12.53 MB/sec execute 308 sec latency 74.373 ms 2023-12-25T22:10:27.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 247093 12.53 MB/sec execute 309 sec latency 47.037 ms 2023-12-25T22:10:28.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 247488 12.52 MB/sec execute 310 sec latency 46.500 ms 2023-12-25T22:10:29.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 247880 12.51 MB/sec execute 311 sec latency 40.345 ms 2023-12-25T22:10:30.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 248209 12.52 MB/sec execute 312 sec latency 41.338 ms 2023-12-25T22:10:31.300 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:10:31.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 248508 12.51 MB/sec execute 313 sec latency 39.250 ms 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (40m) 6m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:10:31.967 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (45m) 6m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 6m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 6m ago 16m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:10:31.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:10:31.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:10:31.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:10:32.334 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:10:32.334 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:10:32.334 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:10:32.335 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:10:32.336 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:10:32.336 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:10:32.657 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:10:32.657 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:10:32.657 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:10:32.657 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:10:32.657 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:10:32.657 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:10:32.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 248882 12.50 MB/sec execute 314 sec latency 61.764 ms 2023-12-25T22:10:33.672 INFO:teuthology.orchestra.run.smithi037.stdout: 5 249188 12.48 MB/sec execute 315 sec latency 58.671 ms 2023-12-25T22:10:34.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 249381 12.45 MB/sec execute 316 sec latency 79.674 ms 2023-12-25T22:10:35.672 INFO:teuthology.orchestra.run.smithi037.stdout: 5 249733 12.45 MB/sec execute 317 sec latency 36.058 ms 2023-12-25T22:10:36.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 250143 12.43 MB/sec execute 318 sec latency 50.358 ms 2023-12-25T22:10:37.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 250515 12.42 MB/sec execute 319 sec latency 40.381 ms 2023-12-25T22:10:38.671 INFO:teuthology.orchestra.run.smithi037.stdout: 5 250942 12.42 MB/sec execute 320 sec latency 48.918 ms 2023-12-25T22:10:39.672 INFO:teuthology.orchestra.run.smithi037.stdout: 5 251492 12.43 MB/sec execute 321 sec latency 58.811 ms 2023-12-25T22:10:40.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 251871 12.43 MB/sec execute 322 sec latency 39.588 ms 2023-12-25T22:10:41.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 252282 12.44 MB/sec execute 323 sec latency 43.831 ms 2023-12-25T22:10:42.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 252711 12.43 MB/sec execute 324 sec latency 44.363 ms 2023-12-25T22:10:43.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 252947 12.40 MB/sec execute 325 sec latency 42.546 ms 2023-12-25T22:10:44.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 253283 12.40 MB/sec execute 326 sec latency 40.755 ms 2023-12-25T22:10:45.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 253657 12.38 MB/sec execute 327 sec latency 50.468 ms 2023-12-25T22:10:46.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 254011 12.37 MB/sec execute 328 sec latency 40.209 ms 2023-12-25T22:10:47.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 254368 12.37 MB/sec execute 329 sec latency 52.277 ms 2023-12-25T22:10:48.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 254799 12.36 MB/sec execute 330 sec latency 43.080 ms 2023-12-25T22:10:49.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 255137 12.35 MB/sec execute 331 sec latency 48.394 ms 2023-12-25T22:10:50.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 255515 12.36 MB/sec execute 332 sec latency 38.349 ms 2023-12-25T22:10:51.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 255843 12.35 MB/sec execute 333 sec latency 72.373 ms 2023-12-25T22:10:52.673 INFO:teuthology.orchestra.run.smithi037.stdout: 5 256197 12.34 MB/sec execute 334 sec latency 59.518 ms 2023-12-25T22:10:53.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 256414 12.32 MB/sec execute 335 sec latency 63.960 ms 2023-12-25T22:10:54.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 256604 12.30 MB/sec execute 336 sec latency 91.534 ms 2023-12-25T22:10:55.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 256831 12.28 MB/sec execute 337 sec latency 97.032 ms 2023-12-25T22:10:56.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 257117 12.25 MB/sec execute 338 sec latency 55.416 ms 2023-12-25T22:10:57.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 257350 12.24 MB/sec execute 339 sec latency 90.149 ms 2023-12-25T22:10:58.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 257568 12.21 MB/sec execute 340 sec latency 66.377 ms 2023-12-25T22:10:59.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 257872 12.21 MB/sec execute 341 sec latency 61.192 ms 2023-12-25T22:11:00.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 258255 12.20 MB/sec execute 342 sec latency 57.859 ms 2023-12-25T22:11:01.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 258609 12.19 MB/sec execute 343 sec latency 56.539 ms 2023-12-25T22:11:02.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 258848 12.19 MB/sec execute 344 sec latency 45.238 ms 2023-12-25T22:11:03.043 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:11:03.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 259322 12.19 MB/sec execute 345 sec latency 47.363 ms 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (40m) 7m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (26m) 7m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (26m) 7m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:11:03.776 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (45m) 7m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 7m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 7m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:11:03.777 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:11:03.778 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:11:03.778 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:11:03.778 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:11:03.778 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:11:03.778 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:11:04.194 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:04.195 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:11:04.196 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:11:04.196 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:04.196 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:11:04.196 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:11:04.196 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:11:04.196 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:11:04.594 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:11:04.594 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:11:04.594 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:11:04.594 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:11:04.594 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:11:04.595 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:11:04.674 INFO:teuthology.orchestra.run.smithi037.stdout: 5 259811 12.19 MB/sec execute 346 sec latency 60.939 ms 2023-12-25T22:11:05.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 260126 12.18 MB/sec execute 347 sec latency 45.480 ms 2023-12-25T22:11:06.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 260477 12.16 MB/sec execute 348 sec latency 54.659 ms 2023-12-25T22:11:07.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 260821 12.15 MB/sec execute 349 sec latency 56.104 ms 2023-12-25T22:11:08.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 261135 12.14 MB/sec execute 350 sec latency 35.935 ms 2023-12-25T22:11:09.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 261442 12.14 MB/sec execute 351 sec latency 60.520 ms 2023-12-25T22:11:10.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 261839 12.13 MB/sec execute 352 sec latency 69.627 ms 2023-12-25T22:11:11.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 262112 12.11 MB/sec execute 353 sec latency 70.094 ms 2023-12-25T22:11:12.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 262346 12.10 MB/sec execute 354 sec latency 49.473 ms 2023-12-25T22:11:13.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 262627 12.10 MB/sec execute 355 sec latency 43.861 ms 2023-12-25T22:11:14.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 262905 12.09 MB/sec execute 356 sec latency 75.174 ms 2023-12-25T22:11:15.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 263184 12.08 MB/sec execute 357 sec latency 71.708 ms 2023-12-25T22:11:16.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 263413 12.06 MB/sec execute 358 sec latency 72.502 ms 2023-12-25T22:11:17.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 263627 12.04 MB/sec execute 359 sec latency 77.024 ms 2023-12-25T22:11:18.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 263953 12.02 MB/sec execute 360 sec latency 57.831 ms 2023-12-25T22:11:19.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 264298 12.01 MB/sec execute 361 sec latency 47.962 ms 2023-12-25T22:11:20.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 264595 12.00 MB/sec execute 362 sec latency 55.631 ms 2023-12-25T22:11:21.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 264944 12.00 MB/sec execute 363 sec latency 47.761 ms 2023-12-25T22:11:22.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 265292 11.98 MB/sec execute 364 sec latency 58.707 ms 2023-12-25T22:11:23.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 265654 11.98 MB/sec execute 365 sec latency 50.897 ms 2023-12-25T22:11:24.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 265893 11.97 MB/sec execute 366 sec latency 95.078 ms 2023-12-25T22:11:25.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 266155 11.96 MB/sec execute 367 sec latency 56.027 ms 2023-12-25T22:11:26.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 266430 11.95 MB/sec execute 368 sec latency 82.549 ms 2023-12-25T22:11:27.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 266658 11.93 MB/sec execute 369 sec latency 79.106 ms 2023-12-25T22:11:28.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 266900 11.92 MB/sec execute 370 sec latency 82.039 ms 2023-12-25T22:11:29.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 267055 11.89 MB/sec execute 371 sec latency 57.965 ms 2023-12-25T22:11:30.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 267231 11.88 MB/sec execute 372 sec latency 73.589 ms 2023-12-25T22:11:31.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 267476 11.86 MB/sec execute 373 sec latency 86.160 ms 2023-12-25T22:11:32.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 267729 11.84 MB/sec execute 374 sec latency 73.873 ms 2023-12-25T22:11:33.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 267917 11.82 MB/sec execute 375 sec latency 89.124 ms 2023-12-25T22:11:34.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 268128 11.80 MB/sec execute 376 sec latency 79.628 ms 2023-12-25T22:11:34.995 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:11:35.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 268657 11.81 MB/sec execute 377 sec latency 44.585 ms 2023-12-25T22:11:35.719 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:11:35.719 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:11:35.719 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (41m) 8m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (27m) 8m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (46m) 8m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 7m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 8m ago 17m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:11:35.720 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:11:35.721 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:11:35.721 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:11:35.721 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:11:35.721 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (36m) 8m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:11:36.127 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:11:36.127 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:11:36.128 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:11:36.530 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:11:36.531 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:11:36.531 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:11:36.531 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:11:36.531 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:11:36.531 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:11:36.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 269206 11.82 MB/sec execute 378 sec latency 37.534 ms 2023-12-25T22:11:37.675 INFO:teuthology.orchestra.run.smithi037.stdout: 5 269597 11.82 MB/sec execute 379 sec latency 39.433 ms 2023-12-25T22:11:38.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 269925 11.82 MB/sec execute 380 sec latency 40.000 ms 2023-12-25T22:11:39.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 270259 11.81 MB/sec execute 381 sec latency 52.860 ms 2023-12-25T22:11:40.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 270542 11.80 MB/sec execute 382 sec latency 44.466 ms 2023-12-25T22:11:41.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 270754 11.78 MB/sec execute 383 sec latency 74.858 ms 2023-12-25T22:11:42.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 271024 11.77 MB/sec execute 384 sec latency 65.279 ms 2023-12-25T22:11:43.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 271314 11.75 MB/sec execute 385 sec latency 79.352 ms 2023-12-25T22:11:44.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 271515 11.74 MB/sec execute 386 sec latency 69.857 ms 2023-12-25T22:11:45.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 271797 11.72 MB/sec execute 387 sec latency 59.727 ms 2023-12-25T22:11:46.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 272102 11.72 MB/sec execute 388 sec latency 56.861 ms 2023-12-25T22:11:47.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 272509 11.71 MB/sec execute 389 sec latency 52.324 ms 2023-12-25T22:11:48.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 272821 11.70 MB/sec execute 390 sec latency 80.235 ms 2023-12-25T22:11:49.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 273147 11.70 MB/sec execute 391 sec latency 38.744 ms 2023-12-25T22:11:50.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 273549 11.71 MB/sec execute 392 sec latency 40.557 ms 2023-12-25T22:11:51.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 273941 11.70 MB/sec execute 393 sec latency 32.457 ms 2023-12-25T22:11:52.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 274304 11.70 MB/sec execute 394 sec latency 38.973 ms 2023-12-25T22:11:53.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 274898 11.70 MB/sec execute 395 sec latency 51.860 ms 2023-12-25T22:11:54.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 275309 11.70 MB/sec execute 396 sec latency 48.339 ms 2023-12-25T22:11:55.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 275640 11.70 MB/sec execute 397 sec latency 57.975 ms 2023-12-25T22:11:56.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 276040 11.69 MB/sec execute 398 sec latency 70.781 ms 2023-12-25T22:11:57.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 276376 11.68 MB/sec execute 399 sec latency 47.101 ms 2023-12-25T22:11:58.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 276589 11.67 MB/sec execute 400 sec latency 48.556 ms 2023-12-25T22:11:59.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 276868 11.68 MB/sec execute 401 sec latency 54.446 ms 2023-12-25T22:12:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 277149 11.66 MB/sec execute 402 sec latency 65.550 ms 2023-12-25T22:12:01.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 277457 11.65 MB/sec execute 403 sec latency 54.425 ms 2023-12-25T22:12:02.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 277690 11.63 MB/sec execute 404 sec latency 72.292 ms 2023-12-25T22:12:03.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 278039 11.63 MB/sec execute 405 sec latency 47.165 ms 2023-12-25T22:12:04.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 278433 11.62 MB/sec execute 406 sec latency 56.039 ms 2023-12-25T22:12:05.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 278764 11.61 MB/sec execute 407 sec latency 41.765 ms 2023-12-25T22:12:06.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 279082 11.61 MB/sec execute 408 sec latency 48.349 ms 2023-12-25T22:12:06.875 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:12:07.521 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (42m) 8m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (27m) 8m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (27m) 8m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (42m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (46m) 8m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 8m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 8m ago 18m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:12:07.522 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:12:07.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (39m) 8m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:12:07.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (39m) 8m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:12:07.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:12:07.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:12:07.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:12:07.523 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (37m) 8m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:12:07.676 INFO:teuthology.orchestra.run.smithi037.stdout: 5 279321 11.59 MB/sec execute 409 sec latency 81.021 ms 2023-12-25T22:12:07.874 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:12:07.875 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:12:07.876 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:12:08.201 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:12:08.201 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:12:08.201 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:12:08.201 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:12:08.201 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:12:08.201 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:12:08.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 279718 11.59 MB/sec execute 410 sec latency 65.407 ms 2023-12-25T22:12:09.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 279928 11.57 MB/sec execute 411 sec latency 60.884 ms 2023-12-25T22:12:10.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 280315 11.58 MB/sec execute 412 sec latency 40.332 ms 2023-12-25T22:12:11.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 280674 11.58 MB/sec execute 413 sec latency 43.383 ms 2023-12-25T22:12:12.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 281072 11.57 MB/sec execute 414 sec latency 47.328 ms 2023-12-25T22:12:13.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 281310 11.56 MB/sec execute 415 sec latency 49.476 ms 2023-12-25T22:12:14.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 281607 11.55 MB/sec execute 416 sec latency 58.738 ms 2023-12-25T22:12:15.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 281962 11.54 MB/sec execute 417 sec latency 47.012 ms 2023-12-25T22:12:16.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 282270 11.53 MB/sec execute 418 sec latency 52.196 ms 2023-12-25T22:12:17.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 282666 11.54 MB/sec execute 419 sec latency 40.795 ms 2023-12-25T22:12:18.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 283068 11.52 MB/sec execute 420 sec latency 60.393 ms 2023-12-25T22:12:19.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 283470 11.52 MB/sec execute 421 sec latency 44.681 ms 2023-12-25T22:12:20.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 283761 11.52 MB/sec execute 422 sec latency 41.814 ms 2023-12-25T22:12:21.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 284111 11.52 MB/sec execute 423 sec latency 60.298 ms 2023-12-25T22:12:22.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 284470 11.52 MB/sec execute 424 sec latency 59.517 ms 2023-12-25T22:12:23.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 284745 11.51 MB/sec execute 425 sec latency 63.529 ms 2023-12-25T22:12:24.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 285071 11.50 MB/sec execute 426 sec latency 78.829 ms 2023-12-25T22:12:25.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 285483 11.49 MB/sec execute 427 sec latency 54.342 ms 2023-12-25T22:12:26.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 285793 11.48 MB/sec execute 428 sec latency 43.412 ms 2023-12-25T22:12:27.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 286130 11.48 MB/sec execute 429 sec latency 37.267 ms 2023-12-25T22:12:28.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 286420 11.47 MB/sec execute 430 sec latency 70.525 ms 2023-12-25T22:12:29.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 286831 11.47 MB/sec execute 431 sec latency 55.519 ms 2023-12-25T22:12:30.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 287071 11.45 MB/sec execute 432 sec latency 45.496 ms 2023-12-25T22:12:31.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 287444 11.46 MB/sec execute 433 sec latency 56.563 ms 2023-12-25T22:12:32.679 INFO:teuthology.orchestra.run.smithi037.stdout: 5 287810 11.46 MB/sec execute 434 sec latency 44.411 ms 2023-12-25T22:12:33.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 288186 11.46 MB/sec execute 435 sec latency 44.212 ms 2023-12-25T22:12:34.677 INFO:teuthology.orchestra.run.smithi037.stdout: 5 288447 11.45 MB/sec execute 436 sec latency 66.658 ms 2023-12-25T22:12:35.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 288806 11.44 MB/sec execute 437 sec latency 63.417 ms 2023-12-25T22:12:36.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 289120 11.43 MB/sec execute 438 sec latency 53.320 ms 2023-12-25T22:12:37.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 289632 11.43 MB/sec execute 439 sec latency 32.931 ms 2023-12-25T22:12:38.607 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:12:38.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 290185 11.44 MB/sec execute 440 sec latency 42.177 ms 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (42m) 9m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (47m) 9m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:12:39.305 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:12:39.306 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (37m) 9m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:12:39.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 290574 11.44 MB/sec execute 441 sec latency 56.000 ms 2023-12-25T22:12:39.703 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:12:39.703 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:12:39.703 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:12:39.703 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:39.703 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:12:39.704 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:12:40.046 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:12:40.046 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:12:40.046 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:12:40.046 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:12:40.046 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:12:40.046 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:12:40.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 290900 11.44 MB/sec execute 442 sec latency 44.863 ms 2023-12-25T22:12:41.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 291245 11.44 MB/sec execute 443 sec latency 63.775 ms 2023-12-25T22:12:42.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 291643 11.44 MB/sec execute 444 sec latency 39.716 ms 2023-12-25T22:12:43.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 291927 11.43 MB/sec execute 445 sec latency 51.268 ms 2023-12-25T22:12:44.678 INFO:teuthology.orchestra.run.smithi037.stdout: 5 292239 11.42 MB/sec execute 446 sec latency 79.907 ms 2023-12-25T22:12:45.680 INFO:teuthology.orchestra.run.smithi037.stdout: 5 292547 11.40 MB/sec execute 447 sec latency 47.732 ms 2023-12-25T22:12:46.680 INFO:teuthology.orchestra.run.smithi037.stdout: 5 292830 11.40 MB/sec execute 448 sec latency 59.781 ms 2023-12-25T22:12:47.680 INFO:teuthology.orchestra.run.smithi037.stdout: 5 293156 11.39 MB/sec execute 449 sec latency 45.988 ms 2023-12-25T22:12:48.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 293477 11.39 MB/sec execute 450 sec latency 50.837 ms 2023-12-25T22:12:49.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 293893 11.38 MB/sec execute 451 sec latency 53.347 ms 2023-12-25T22:12:50.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 294162 11.37 MB/sec execute 452 sec latency 43.785 ms 2023-12-25T22:12:51.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 294542 11.38 MB/sec execute 453 sec latency 63.397 ms 2023-12-25T22:12:52.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 294889 11.37 MB/sec execute 454 sec latency 46.587 ms 2023-12-25T22:12:53.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 295262 11.37 MB/sec execute 455 sec latency 61.831 ms 2023-12-25T22:12:54.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 295552 11.36 MB/sec execute 456 sec latency 62.068 ms 2023-12-25T22:12:55.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 295957 11.36 MB/sec execute 457 sec latency 50.063 ms 2023-12-25T22:12:56.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 296264 11.35 MB/sec execute 458 sec latency 45.885 ms 2023-12-25T22:12:57.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 296613 11.35 MB/sec execute 459 sec latency 49.906 ms 2023-12-25T22:12:58.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 296948 11.34 MB/sec execute 460 sec latency 63.448 ms 2023-12-25T22:12:59.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 297257 11.33 MB/sec execute 461 sec latency 54.947 ms 2023-12-25T22:13:00.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 297632 11.33 MB/sec execute 462 sec latency 48.226 ms 2023-12-25T22:13:01.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 298079 11.34 MB/sec execute 463 sec latency 43.365 ms 2023-12-25T22:13:02.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 298423 11.34 MB/sec execute 464 sec latency 69.858 ms 2023-12-25T22:13:03.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 298796 11.33 MB/sec execute 465 sec latency 47.844 ms 2023-12-25T22:13:04.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 299040 11.32 MB/sec execute 466 sec latency 64.948 ms 2023-12-25T22:13:05.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 299352 11.31 MB/sec execute 467 sec latency 70.982 ms 2023-12-25T22:13:06.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 299649 11.30 MB/sec execute 468 sec latency 49.615 ms 2023-12-25T22:13:07.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 299904 11.29 MB/sec execute 469 sec latency 80.550 ms 2023-12-25T22:13:08.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 300192 11.29 MB/sec execute 470 sec latency 48.424 ms 2023-12-25T22:13:09.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 300474 11.28 MB/sec execute 471 sec latency 53.629 ms 2023-12-25T22:13:10.424 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:13:10.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 300708 11.27 MB/sec execute 472 sec latency 71.951 ms 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (43m) 9m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (47m) 9m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:13:11.136 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:13:11.137 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:11.533 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:13:11.534 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:13:11.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 301035 11.26 MB/sec execute 473 sec latency 61.403 ms 2023-12-25T22:13:11.842 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:13:11.842 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:13:11.842 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:13:11.842 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:13:11.842 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:13:11.842 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:13:12.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 301236 11.24 MB/sec execute 474 sec latency 62.822 ms 2023-12-25T22:13:13.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 301475 11.24 MB/sec execute 475 sec latency 54.316 ms 2023-12-25T22:13:14.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 301717 11.24 MB/sec execute 476 sec latency 71.977 ms 2023-12-25T22:13:15.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 302004 11.23 MB/sec execute 477 sec latency 68.226 ms 2023-12-25T22:13:16.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 302305 11.22 MB/sec execute 478 sec latency 57.525 ms 2023-12-25T22:13:17.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 302540 11.21 MB/sec execute 479 sec latency 74.706 ms 2023-12-25T22:13:18.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 302759 11.20 MB/sec execute 480 sec latency 74.639 ms 2023-12-25T22:13:19.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 303057 11.19 MB/sec execute 481 sec latency 68.376 ms 2023-12-25T22:13:20.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 303338 11.18 MB/sec execute 482 sec latency 45.254 ms 2023-12-25T22:13:21.681 INFO:teuthology.orchestra.run.smithi037.stdout: 5 303715 11.18 MB/sec execute 483 sec latency 40.140 ms 2023-12-25T22:13:22.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 304074 11.18 MB/sec execute 484 sec latency 42.494 ms 2023-12-25T22:13:23.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 304483 11.18 MB/sec execute 485 sec latency 42.686 ms 2023-12-25T22:13:24.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 304759 11.16 MB/sec execute 486 sec latency 99.413 ms 2023-12-25T22:13:25.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 305010 11.16 MB/sec execute 487 sec latency 46.388 ms 2023-12-25T22:13:26.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 305340 11.16 MB/sec execute 488 sec latency 59.553 ms 2023-12-25T22:13:27.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 305648 11.15 MB/sec execute 489 sec latency 55.488 ms 2023-12-25T22:13:28.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 306014 11.15 MB/sec execute 490 sec latency 71.056 ms 2023-12-25T22:13:29.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 306252 11.14 MB/sec execute 491 sec latency 49.149 ms 2023-12-25T22:13:30.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 306576 11.13 MB/sec execute 492 sec latency 46.347 ms 2023-12-25T22:13:31.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 307184 11.15 MB/sec execute 493 sec latency 68.996 ms 2023-12-25T22:13:32.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 307880 11.16 MB/sec execute 494 sec latency 43.709 ms 2023-12-25T22:13:33.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 308213 11.15 MB/sec execute 495 sec latency 84.258 ms 2023-12-25T22:13:34.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 308401 11.14 MB/sec execute 496 sec latency 66.025 ms 2023-12-25T22:13:35.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 308735 11.14 MB/sec execute 497 sec latency 56.239 ms 2023-12-25T22:13:36.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 308961 11.13 MB/sec execute 498 sec latency 48.526 ms 2023-12-25T22:13:37.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 309271 11.13 MB/sec execute 499 sec latency 72.078 ms 2023-12-25T22:13:38.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 309592 11.12 MB/sec execute 500 sec latency 83.461 ms 2023-12-25T22:13:39.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 309838 11.11 MB/sec execute 501 sec latency 60.638 ms 2023-12-25T22:13:40.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 310133 11.10 MB/sec execute 502 sec latency 55.401 ms 2023-12-25T22:13:41.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 310362 11.09 MB/sec execute 503 sec latency 69.262 ms 2023-12-25T22:13:42.154 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:13:42.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 310649 11.09 MB/sec execute 504 sec latency 91.441 ms 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (43m) 10m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:13:42.755 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (48m) 10m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:13:42.756 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (38m) 10m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:43.093 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:13:43.094 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:13:43.418 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:13:43.418 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:13:43.418 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:13:43.418 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:13:43.418 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:13:43.418 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:13:43.682 INFO:teuthology.orchestra.run.smithi037.stdout: 5 310929 11.07 MB/sec execute 505 sec latency 68.468 ms 2023-12-25T22:13:44.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 311176 11.07 MB/sec execute 506 sec latency 86.540 ms 2023-12-25T22:13:45.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 311467 11.06 MB/sec execute 507 sec latency 69.314 ms 2023-12-25T22:13:46.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 311801 11.05 MB/sec execute 508 sec latency 46.115 ms 2023-12-25T22:13:47.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 312047 11.04 MB/sec execute 509 sec latency 37.787 ms 2023-12-25T22:13:48.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 312393 11.05 MB/sec execute 510 sec latency 54.826 ms 2023-12-25T22:13:49.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 312731 11.04 MB/sec execute 511 sec latency 66.064 ms 2023-12-25T22:13:50.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 313094 11.05 MB/sec execute 512 sec latency 46.811 ms 2023-12-25T22:13:51.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 313363 11.03 MB/sec execute 513 sec latency 55.917 ms 2023-12-25T22:13:52.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 313726 11.03 MB/sec execute 514 sec latency 44.082 ms 2023-12-25T22:13:53.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 314045 11.02 MB/sec execute 515 sec latency 62.583 ms 2023-12-25T22:13:54.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 314400 11.02 MB/sec execute 516 sec latency 68.617 ms 2023-12-25T22:13:55.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 314788 11.03 MB/sec execute 517 sec latency 53.018 ms 2023-12-25T22:13:56.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 315249 11.02 MB/sec execute 518 sec latency 58.581 ms 2023-12-25T22:13:57.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 315513 11.01 MB/sec execute 519 sec latency 57.904 ms 2023-12-25T22:13:58.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 315893 11.02 MB/sec execute 520 sec latency 46.232 ms 2023-12-25T22:13:59.684 INFO:teuthology.orchestra.run.smithi037.stdout: 5 316204 11.01 MB/sec execute 521 sec latency 91.192 ms 2023-12-25T22:14:00.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 316466 11.01 MB/sec execute 522 sec latency 79.409 ms 2023-12-25T22:14:01.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 316680 11.00 MB/sec execute 523 sec latency 73.382 ms 2023-12-25T22:14:02.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 316839 10.98 MB/sec execute 524 sec latency 91.571 ms 2023-12-25T22:14:03.683 INFO:teuthology.orchestra.run.smithi037.stdout: 5 317106 10.97 MB/sec execute 525 sec latency 45.831 ms 2023-12-25T22:14:04.684 INFO:teuthology.orchestra.run.smithi037.stdout: 5 317305 10.96 MB/sec execute 526 sec latency 112.638 ms 2023-12-25T22:14:05.684 INFO:teuthology.orchestra.run.smithi037.stdout: 5 317532 10.95 MB/sec execute 527 sec latency 54.515 ms 2023-12-25T22:14:06.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 317806 10.95 MB/sec execute 528 sec latency 77.952 ms 2023-12-25T22:14:07.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 318051 10.94 MB/sec execute 529 sec latency 47.876 ms 2023-12-25T22:14:08.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 318283 10.93 MB/sec execute 530 sec latency 96.485 ms 2023-12-25T22:14:09.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 318638 10.93 MB/sec execute 531 sec latency 81.121 ms 2023-12-25T22:14:10.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 318916 10.92 MB/sec execute 532 sec latency 63.948 ms 2023-12-25T22:14:11.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 319198 10.92 MB/sec execute 533 sec latency 51.448 ms 2023-12-25T22:14:12.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 319497 10.92 MB/sec execute 534 sec latency 53.705 ms 2023-12-25T22:14:13.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 319873 10.91 MB/sec execute 535 sec latency 37.390 ms 2023-12-25T22:14:13.830 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:14:14.584 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (48m) 10m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (11m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:14:14.585 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:14:14.586 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:14:14.586 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:14:14.586 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:14:14.586 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:14:14.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 320206 10.91 MB/sec execute 536 sec latency 75.369 ms 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:14:14.994 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:14:14.995 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:14:15.372 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:14:15.372 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:14:15.373 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:14:15.373 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:14:15.373 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:14:15.373 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:14:15.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 320446 10.90 MB/sec execute 537 sec latency 69.403 ms 2023-12-25T22:14:16.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 320814 10.89 MB/sec execute 538 sec latency 69.715 ms 2023-12-25T22:14:17.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 321142 10.88 MB/sec execute 539 sec latency 47.742 ms 2023-12-25T22:14:18.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 321546 10.89 MB/sec execute 540 sec latency 49.185 ms 2023-12-25T22:14:19.687 INFO:teuthology.orchestra.run.smithi037.stdout: 5 321905 10.89 MB/sec execute 541 sec latency 59.189 ms 2023-12-25T22:14:20.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 322300 10.88 MB/sec execute 542 sec latency 53.511 ms 2023-12-25T22:14:21.688 INFO:teuthology.orchestra.run.smithi037.stdout: 5 322570 10.88 MB/sec execute 543 sec latency 45.125 ms 2023-12-25T22:14:22.688 INFO:teuthology.orchestra.run.smithi037.stdout: 5 322917 10.88 MB/sec execute 544 sec latency 41.940 ms 2023-12-25T22:14:23.688 INFO:teuthology.orchestra.run.smithi037.stdout: 5 323364 10.88 MB/sec execute 545 sec latency 40.620 ms 2023-12-25T22:14:24.688 INFO:teuthology.orchestra.run.smithi037.stdout: 5 323895 10.89 MB/sec execute 546 sec latency 107.074 ms 2023-12-25T22:14:25.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 324335 10.89 MB/sec execute 547 sec latency 63.019 ms 2023-12-25T22:14:26.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 324656 10.88 MB/sec execute 548 sec latency 52.908 ms 2023-12-25T22:14:27.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 325010 10.88 MB/sec execute 549 sec latency 49.194 ms 2023-12-25T22:14:28.688 INFO:teuthology.orchestra.run.smithi037.stdout: 5 325376 10.88 MB/sec execute 550 sec latency 57.186 ms 2023-12-25T22:14:29.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 325752 10.88 MB/sec execute 551 sec latency 72.236 ms 2023-12-25T22:14:30.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 326080 10.87 MB/sec execute 552 sec latency 65.992 ms 2023-12-25T22:14:31.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 326439 10.87 MB/sec execute 553 sec latency 48.312 ms 2023-12-25T22:14:32.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 326765 10.87 MB/sec execute 554 sec latency 38.315 ms 2023-12-25T22:14:33.688 INFO:teuthology.orchestra.run.smithi037.stdout: 5 327090 10.87 MB/sec execute 555 sec latency 44.555 ms 2023-12-25T22:14:34.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 327367 10.86 MB/sec execute 556 sec latency 90.660 ms 2023-12-25T22:14:35.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 327645 10.85 MB/sec execute 557 sec latency 64.390 ms 2023-12-25T22:14:36.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 328016 10.85 MB/sec execute 558 sec latency 50.242 ms 2023-12-25T22:14:37.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 328403 10.85 MB/sec execute 559 sec latency 52.202 ms 2023-12-25T22:14:38.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 328769 10.85 MB/sec execute 560 sec latency 67.770 ms 2023-12-25T22:14:39.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 329200 10.85 MB/sec execute 561 sec latency 47.670 ms 2023-12-25T22:14:40.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 329638 10.85 MB/sec execute 562 sec latency 37.734 ms 2023-12-25T22:14:41.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 330062 10.85 MB/sec execute 563 sec latency 39.203 ms 2023-12-25T22:14:42.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 330417 10.85 MB/sec execute 564 sec latency 46.357 ms 2023-12-25T22:14:43.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 330835 10.86 MB/sec execute 565 sec latency 73.963 ms 2023-12-25T22:14:44.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 331110 10.84 MB/sec execute 566 sec latency 95.787 ms 2023-12-25T22:14:45.689 INFO:teuthology.orchestra.run.smithi037.stdout: 5 331603 10.85 MB/sec execute 567 sec latency 50.001 ms 2023-12-25T22:14:45.820 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (44m) 11m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:14:46.606 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (50m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (49m) 11m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:14:46.607 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (39m) 11m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:14:46.691 INFO:teuthology.orchestra.run.smithi037.stdout: 5 332080 10.85 MB/sec execute 568 sec latency 54.213 ms 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:14:47.049 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:14:47.050 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:14:47.427 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:14:47.428 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:14:47.428 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:14:47.428 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:14:47.428 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:14:47.428 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:14:47.691 INFO:teuthology.orchestra.run.smithi037.stdout: 5 332491 10.86 MB/sec execute 569 sec latency 67.727 ms 2023-12-25T22:14:48.691 INFO:teuthology.orchestra.run.smithi037.stdout: 5 332743 10.84 MB/sec execute 570 sec latency 79.156 ms 2023-12-25T22:14:49.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 333049 10.84 MB/sec execute 571 sec latency 61.022 ms 2023-12-25T22:14:50.691 INFO:teuthology.orchestra.run.smithi037.stdout: 5 333273 10.83 MB/sec execute 572 sec latency 58.802 ms 2023-12-25T22:14:51.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 333585 10.83 MB/sec execute 573 sec latency 60.057 ms 2023-12-25T22:14:52.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 333834 10.82 MB/sec execute 574 sec latency 88.203 ms 2023-12-25T22:14:53.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 334118 10.82 MB/sec execute 575 sec latency 50.665 ms 2023-12-25T22:14:54.691 INFO:teuthology.orchestra.run.smithi037.stdout: 5 334370 10.82 MB/sec execute 576 sec latency 107.432 ms 2023-12-25T22:14:55.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 334571 10.80 MB/sec execute 577 sec latency 103.667 ms 2023-12-25T22:14:56.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 334872 10.80 MB/sec execute 578 sec latency 63.757 ms 2023-12-25T22:14:57.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 335214 10.79 MB/sec execute 579 sec latency 75.290 ms 2023-12-25T22:14:58.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 335573 10.79 MB/sec execute 580 sec latency 51.401 ms 2023-12-25T22:14:59.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 335934 10.79 MB/sec execute 581 sec latency 57.122 ms 2023-12-25T22:15:00.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 336184 10.78 MB/sec execute 582 sec latency 77.954 ms 2023-12-25T22:15:01.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 336562 10.78 MB/sec execute 583 sec latency 53.756 ms 2023-12-25T22:15:02.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 336790 10.77 MB/sec execute 584 sec latency 46.108 ms 2023-12-25T22:15:03.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 337082 10.77 MB/sec execute 585 sec latency 78.544 ms 2023-12-25T22:15:04.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 337261 10.76 MB/sec execute 586 sec latency 111.687 ms 2023-12-25T22:15:05.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 337469 10.75 MB/sec execute 587 sec latency 96.637 ms 2023-12-25T22:15:06.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 337681 10.74 MB/sec execute 588 sec latency 72.530 ms 2023-12-25T22:15:07.692 INFO:teuthology.orchestra.run.smithi037.stdout: 5 337894 10.74 MB/sec execute 589 sec latency 95.947 ms 2023-12-25T22:15:08.695 INFO:teuthology.orchestra.run.smithi037.stdout: 5 338026 10.72 MB/sec execute 590 sec latency 126.036 ms 2023-12-25T22:15:09.695 INFO:teuthology.orchestra.run.smithi037.stdout: 5 338253 10.71 MB/sec execute 591 sec latency 61.350 ms 2023-12-25T22:15:10.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 338551 10.71 MB/sec execute 592 sec latency 51.981 ms 2023-12-25T22:15:11.695 INFO:teuthology.orchestra.run.smithi037.stdout: 5 338927 10.71 MB/sec execute 593 sec latency 55.929 ms 2023-12-25T22:15:12.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 339250 10.70 MB/sec execute 594 sec latency 50.224 ms 2023-12-25T22:15:13.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 339559 10.70 MB/sec execute 595 sec latency 59.309 ms 2023-12-25T22:15:14.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 339784 10.69 MB/sec execute 596 sec latency 88.902 ms 2023-12-25T22:15:15.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 340116 10.68 MB/sec execute 597 sec latency 56.448 ms 2023-12-25T22:15:16.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 340334 10.67 MB/sec execute 598 sec latency 61.077 ms 2023-12-25T22:15:17.696 INFO:teuthology.orchestra.run.smithi037.stdout: 5 340662 10.68 MB/sec execute 599 sec latency 53.294 ms 2023-12-25T22:15:17.902 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:15:18.698 INFO:teuthology.orchestra.run.smithi037.stdout: 5 cleanup 600 sec 2023-12-25T22:15:18.794 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:15:18.795 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:15:18.796 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:15:18.989 INFO:teuthology.orchestra.run.smithi037.stdout: 0 cleanup 600 sec 2023-12-25T22:15:18.989 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T22:15:18.989 INFO:teuthology.orchestra.run.smithi037.stdout: Operation Count AvgLat MaxLat 2023-12-25T22:15:18.989 INFO:teuthology.orchestra.run.smithi037.stdout: ---------------------------------------- 2023-12-25T22:15:18.989 INFO:teuthology.orchestra.run.smithi037.stdout: NTCreateX 205598 4.185 126.032 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Close 150956 0.148 10.871 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Rename 8718 9.994 112.404 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Unlink 41575 6.967 96.280 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Qpathinfo 186527 0.935 90.145 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Qfileinfo 32515 0.096 11.358 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Qfsinfo 34170 0.423 15.349 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Sfileinfo 16789 12.602 110.676 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: Find 72047 0.431 35.055 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: WriteX 101604 12.775 111.678 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: ReadX 322471 0.011 10.748 2023-12-25T22:15:18.990 INFO:teuthology.orchestra.run.smithi037.stdout: LockX 670 0.402 4.953 2023-12-25T22:15:18.991 INFO:teuthology.orchestra.run.smithi037.stdout: UnlockX 670 0.309 4.151 2023-12-25T22:15:18.991 INFO:teuthology.orchestra.run.smithi037.stdout: Flush 14430 0.002 0.017 2023-12-25T22:15:18.991 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T22:15:18.991 INFO:teuthology.orchestra.run.smithi037.stdout:Throughput 10.6782 MB/sec 5 clients 5 procs max_latency=126.036 ms 2023-12-25T22:15:18.992 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-25T22:15:19.042 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-25T22:15:19.123 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-25T22:15:19.154 INFO:teuthology.orchestra.run.smithi037.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-25T22:15:19.154 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T22:15:19.154 INFO:teuthology.orchestra.run.smithi037.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-25T22:15:19.155 INFO:teuthology.orchestra.run.smithi037.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-25T22:15:19.177 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:15:19.177 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:15:19.177 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:15:19.177 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:19.177 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:15:19.177 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:15:19.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:15:19.179 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:15:19.179 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:15:19.255 INFO:teuthology.orchestra.run.smithi037.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-25T22:15:19.256 INFO:teuthology.orchestra.run.smithi037.stdout:releasing clients 2023-12-25T22:15:19.583 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:15:19.584 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:15:19.584 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:15:19.584 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:15:19.584 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:15:19.584 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:15:21.256 INFO:teuthology.orchestra.run.smithi037.stdout: 5 271 18.47 MB/sec execute 1 sec latency 111.252 ms 2023-12-25T22:15:22.256 INFO:teuthology.orchestra.run.smithi037.stdout: 5 392 18.60 MB/sec execute 2 sec latency 41.969 ms 2023-12-25T22:15:23.256 INFO:teuthology.orchestra.run.smithi037.stdout: 5 513 18.75 MB/sec execute 3 sec latency 37.126 ms 2023-12-25T22:15:24.256 INFO:teuthology.orchestra.run.smithi037.stdout: 5 727 18.52 MB/sec execute 4 sec latency 42.480 ms 2023-12-25T22:15:25.256 INFO:teuthology.orchestra.run.smithi037.stdout: 5 cleanup 5 sec 2023-12-25T22:15:25.654 INFO:teuthology.orchestra.run.smithi037.stdout: 0 cleanup 5 sec 2023-12-25T22:15:25.654 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T22:15:25.654 INFO:teuthology.orchestra.run.smithi037.stdout: Operation Count AvgLat MaxLat 2023-12-25T22:15:25.654 INFO:teuthology.orchestra.run.smithi037.stdout: ---------------------------------------- 2023-12-25T22:15:25.654 INFO:teuthology.orchestra.run.smithi037.stdout: NTCreateX 556 13.165 74.179 2023-12-25T22:15:25.654 INFO:teuthology.orchestra.run.smithi037.stdout: Close 516 11.216 72.178 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Rename 16 36.100 68.907 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Unlink 39 3.567 20.212 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Qpathinfo 118 1.111 18.214 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Qfileinfo 337 21.560 59.031 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Qfsinfo 81 0.623 6.237 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Sfileinfo 77 18.928 75.579 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Find 105 1.175 9.798 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: WriteX 1621 0.025 0.059 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: ReadX 381 0.035 4.370 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: Flush 110 19.683 53.701 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-25T22:15:25.655 INFO:teuthology.orchestra.run.smithi037.stdout:Throughput 18.5179 MB/sec 5 clients 5 procs max_latency=111.252 ms 2023-12-25T22:15:25.657 DEBUG:teuthology.parallel:result is None 2023-12-25T22:15:49.887 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (45m) 12m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (52m) 12m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81e5a13e66a4 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (50m) 12m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 12m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 12m ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:15:50.408 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (41m) 12m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (41m) 12m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (41m) 12m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:15:50.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (40m) 12m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:15:50.695 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:15:50.696 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:15:51.009 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:15:51.010 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:15:51.010 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:15:51.010 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:15:51.010 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:15:51.010 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:16:21.258 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:16:21.777 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:16:21.777 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (46m) 9s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:16:21.777 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (46m) 7s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:16:21.777 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (46m) 7s ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:16:21.777 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (32m) 9s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (32m) 7s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (52m) 9s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (11s) 7s ago 46m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (52m) 9s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (51m) 7s ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (13m) 9s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (13m) 7s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 9s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 7s ago 22m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:16:21.778 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (46m) 9s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (46m) 9s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (44m) 9s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (43m) 9s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (42m) 7s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (41m) 7s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (41m) 7s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:16:21.779 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (41m) 7s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:16:22.064 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:16:22.065 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:16:22.328 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:16:22.328 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:16:22.328 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:16:22.328 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:16:22.328 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:16:22.328 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:16:52.621 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:16:53.142 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (47m) 41s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (47m) 38s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (46m) 38s ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (32m) 41s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (32m) 38s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (53m) 41s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (43s) 38s ago 46m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (53m) 41s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (51m) 38s ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (13m) 41s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:16:53.143 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (13m) 38s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 41s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 38s ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (47m) 41s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (46m) 41s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (44m) 41s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (44m) 41s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (42m) 38s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (42m) 38s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (42m) 38s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:16:53.144 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (41m) 38s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:16:53.430 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:16:53.430 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:53.431 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:16:53.432 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:16:53.699 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:16:53.699 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:16:53.699 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:16:53.699 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:16:53.699 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:16:53.700 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:17:23.992 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (47m) 72s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (47m) 70s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (47m) 70s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (33m) 72s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (33m) 70s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (53m) 72s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:17:24.514 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (74s) 70s ago 47m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (53m) 72s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (52m) 70s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (14m) 72s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (14m) 70s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 72s ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 70s ago 23m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (47m) 72s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (47m) 72s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (45m) 72s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (44m) 72s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (43m) 70s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:17:24.515 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (42m) 70s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:17:24.516 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (42m) 70s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:17:24.516 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (42m) 70s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:24.803 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:17:24.804 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:17:25.073 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:17:25.073 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:17:25.073 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:17:25.073 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:17:25.073 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:17:25.073 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:17:55.364 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:17:55.884 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:17:55.884 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (48m) 103s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:17:55.884 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (48m) 101s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:17:55.884 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (47m) 101s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:17:55.884 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (33m) 103s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (33m) 101s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (54m) 103s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (105s) 101s ago 47m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (54m) 103s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (52m) 101s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (14m) 103s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (14m) 101s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 103s ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 101s ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (48m) 103s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (47m) 103s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (45m) 103s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:17:55.885 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (45m) 103s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:17:55.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (43m) 101s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:17:55.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (43m) 101s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:17:55.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (43m) 101s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:17:55.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (43m) 101s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:17:56.176 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:17:56.177 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:17:56.178 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:17:56.442 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:17:56.442 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:17:56.442 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:17:56.442 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:17:56.442 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:17:56.442 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:18:26.734 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:18:27.253 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:18:27.253 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:18:27.253 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:18:27.253 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (48m) 2m ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:18:27.253 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (2m) 2m ago 48m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (53m) 2m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 2m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 2m ago 24m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:18:27.254 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:18:27.255 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:18:27.255 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:18:27.255 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:18:27.255 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:18:27.255 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:18:27.255 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:27.543 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:18:27.544 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:18:27.808 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:18:27.808 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:18:27.808 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:18:27.808 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:18:27.808 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:18:27.808 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:18:58.099 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:18:58.620 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:18:58.620 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:18:58.620 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:18:58.620 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (48m) 2m ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:18:58.620 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:18:58.620 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (2m) 2m ago 48m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (53m) 2m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:18:58.621 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:18:58.622 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:18:58.622 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:18:58.622 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:18:58.622 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:18:58.622 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:18:58.910 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:18:58.910 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:18:58.911 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:18:58.912 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:18:58.912 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:18:58.912 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:18:58.912 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:18:58.912 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:18:58.912 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:18:59.174 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:18:59.174 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:18:59.174 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:18:59.175 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:18:59.175 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:18:59.175 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:19:29.466 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (49m) 3m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (3m) 3m ago 49m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:19:29.991 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (54m) 3m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 3m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 3m ago 25m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:19:29.992 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:19:30.283 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:19:30.284 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:19:30.549 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:19:30.549 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:19:30.549 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:19:30.549 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:19:30.550 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:19:30.550 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:20:00.842 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:20:01.360 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (49m) 3m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (3m) 3m ago 49m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (54m) 3m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:20:01.361 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 3m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 3m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (49m) 3m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:20:01.362 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:20:01.645 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:20:01.645 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:20:01.645 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:01.646 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:20:01.647 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:20:01.647 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:20:01.647 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:20:01.647 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:20:01.909 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:20:01.909 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:20:01.909 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:20:01.909 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:20:01.909 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:20:01.909 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:20:32.200 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:20:32.724 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:20:32.724 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:20:32.724 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:20:32.724 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (50m) 4m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:20:32.724 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:20:32.724 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (4m) 4m ago 50m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (55m) 4m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 4m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 4m ago 26m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:20:32.725 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (50m) 4m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:20:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:20:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:20:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:20:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:20:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:20:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:20:33.013 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:20:33.013 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:20:33.014 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:20:33.015 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:20:33.279 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:20:33.280 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:20:33.280 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:20:33.280 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:20:33.280 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:20:33.280 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:21:03.570 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (50m) 4m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (4m) 4m ago 50m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (55m) 4m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:21:04.090 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 4m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 4m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:21:04.091 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:21:04.377 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:21:04.378 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:21:04.379 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:21:04.379 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:21:04.379 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:21:04.648 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:21:04.649 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:21:04.649 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:21:04.649 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:21:04.649 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:21:04.649 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:21:34.936 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:21:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:21:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:21:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (51m) 5m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (5m) 5m ago 51m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (56m) 5m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:21:35.462 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 5m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 5m ago 27m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:21:35.463 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:21:35.464 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:21:35.748 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:21:35.749 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:21:35.750 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:21:35.750 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:21:36.011 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:21:36.011 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:21:36.012 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:21:36.012 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:21:36.012 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:21:36.012 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:22:06.303 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (52m) 5m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:22:06.824 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (5m) 5m ago 51m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (56m) 5m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 5m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 5m ago 28m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:22:06.825 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:22:06.826 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:22:06.826 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:22:06.826 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:22:06.826 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:22:07.111 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:22:07.111 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:22:07.112 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:22:07.113 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:07.113 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:22:07.113 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:22:07.113 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:22:07.113 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:22:07.113 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:22:07.377 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:22:07.377 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:22:07.377 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:22:07.377 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:22:07.377 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:22:07.378 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:22:37.666 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:22:38.186 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (52m) 6m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (6m) 6m ago 52m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (57m) 6m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 6m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 6m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:22:38.187 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:22:38.188 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:22:38.188 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:22:38.188 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:22:38.188 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:22:38.188 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:22:38.473 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:22:38.474 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:22:38.739 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:22:38.739 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:22:38.739 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:22:38.739 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:22:38.739 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:22:38.739 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:23:09.032 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:23:09.549 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:23:09.549 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:23:09.549 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:23:09.549 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (53m) 6m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (6m) 6m ago 53m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (57m) 6m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 6m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 6m ago 29m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:23:09.550 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:23:09.551 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:23:09.836 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:23:09.836 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:23:09.837 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:23:09.838 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:23:09.839 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:23:10.102 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:23:10.102 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:23:10.102 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:23:10.102 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:23:10.102 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:23:10.102 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:23:40.388 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:23:40.910 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:23:40.910 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:23:40.910 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:23:40.910 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (53m) 7m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:23:40.910 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:23:40.910 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (7m) 7m ago 53m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (58m) 7m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 7m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 7m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:23:40.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:23:40.912 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:23:41.200 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:23:41.201 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:23:41.202 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:23:41.202 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:23:41.466 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:23:41.466 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:23:41.466 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:23:41.466 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:23:41.466 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:23:41.466 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:24:11.756 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:24:12.276 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:24:12.276 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:24:12.276 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (54m) 7m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (8m) 7m ago 54m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (58m) 7m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 8m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 7m ago 30m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:24:12.277 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:24:12.278 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:24:12.278 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:24:12.278 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:24:12.278 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:24:12.278 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:24:12.563 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:24:12.563 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:24:12.563 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:24:12.563 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:24:12.564 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:24:12.826 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:24:12.826 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:24:12.826 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:24:12.826 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:24:12.826 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:24:12.826 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:24:43.119 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (54m) 8m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (8m) 8m ago 54m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (59m) 8m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:24:43.637 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 8m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 8m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (52m) 8m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:24:43.638 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:24:43.928 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:24:43.929 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:24:43.930 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:24:44.192 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:24:44.192 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:24:44.192 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:24:44.192 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:24:44.192 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:24:44.192 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:25:14.480 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (55m) 9m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (9m) 9m ago 55m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (59m) 9m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 9m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:25:14.998 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 9m ago 31m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:25:14.999 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:25:15.286 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:25:15.306 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:25:15.306 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:25:15.306 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:15.306 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:25:15.307 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:25:15.555 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:25:15.555 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:25:15.555 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:25:15.555 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:25:15.555 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:25:15.555 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:25:45.849 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:25:46.368 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (56m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (55m) 9m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (9m) 9m ago 55m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (61m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (60m) 9m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:25:46.369 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (22m) 9m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 9m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 9m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (53m) 9m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:25:46.370 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:25:46.656 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:25:46.656 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:25:46.656 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:25:46.656 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:46.656 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:25:46.657 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:25:46.658 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:25:46.658 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:25:46.939 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:25:46.939 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:25:46.939 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:25:46.939 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:25:46.939 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:25:46.940 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:26:17.228 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:26:17.745 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:26:17.745 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:26:17.745 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:26:17.745 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (56m) 10m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:26:17.745 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (10m) 10m ago 56m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (61m) 10m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 10m ago 34m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 10m ago 32m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:26:17.746 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:26:18.031 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:26:18.032 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:26:18.032 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:26:18.297 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:26:18.298 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:26:18.298 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:26:18.298 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:26:18.298 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:26:18.298 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:26:48.589 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:26:49.107 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:26:49.107 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:26:49.107 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:26:49.107 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (56m) 10m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:26:49.107 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:26:49.107 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (10m) 10m ago 56m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (61m) 10m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (23m) 10m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 10m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 10m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (56m) 10m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (54m) 10m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:26:49.108 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:49.396 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:26:49.397 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:26:49.659 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:26:49.659 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:26:49.659 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:26:49.659 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:26:49.659 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:26:49.659 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:27:19.948 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:27:20.470 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-25T22:27:20.470 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e56b2fffd6d1 2023-12-25T22:27:20.470 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45521987bac9 2023-12-25T22:27:20.470 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (57m) 11m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 34634614010d 2023-12-25T22:27:20.470 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 81d251ccfad7 2023-12-25T22:27:20.470 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2abefc533d90 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (11m) 11m ago 57m 16.2.14-385-gb14a0a10 quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 69bb90f9d9ca 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (62m) 11m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 091d739d51c7 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2a0baadc6215 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 9b9ae42e16c8 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 11m ago 35m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 11m ago 33m docker.io/prom/node-exporter:v0.18.1 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ecbf2fed95f8 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8582bf0bb0c 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (54m) 11m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8f89596c8649 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d620303eb163 2023-12-25T22:27:20.471 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 49d4e52fca5a 2023-12-25T22:27:20.472 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 04872c5a9d86 2023-12-25T22:27:20.472 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 71c24d908210 2023-12-25T22:27:20.761 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:27:20.761 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:27:20.761 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:27:20.762 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:20.763 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:27:20.763 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:27:20.763 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:27:20.763 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:27:20.763 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:27:21.024 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:27:21.025 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:27:21.025 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:27:21.025 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:27:21.025 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2023-12-25T22:27:21.025 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:27:51.332 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:27:51.936 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:27:51.936 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (58m) 11m ago 58m - - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (58m) 11m ago 58m - - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (57m) 11m ago 57m - - 6.7.4 557c83e11646 34634614010d 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (43m) 11m ago 43m - - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (43m) 11m ago 43m - - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (64m) 11m ago 64m - - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (11m) 11m ago 57m - - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (64m) 11m ago 64m - 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (62m) 11m ago 62m - 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi037 smithi037 running (24m) 11m ago 24m - - 3.3 2cf504fded39 2a0baadc6215 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.ganesha-foo.smithi136 smithi136 running (24m) 11m ago 24m - - 3.3 2cf504fded39 9b9ae42e16c8 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 unknown 11m ago 36m - - 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 unknown 11m ago 34m - - 2023-12-25T22:27:51.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (57m) 11m ago 57m - 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (55m) 11m ago 55m - 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (55m) 11m ago 55m - 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (53m) 11m ago 53m - 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (53m) 11m ago 53m - 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (53m) 11m ago 53m - 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:27:51.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (52m) 11m ago 52m - 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:27:52.290 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:27:52.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:27:52.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:27:52.291 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:27:52.291 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:27:52.610 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:27:52.610 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:27:52.610 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:27:52.610 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:27:52.610 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:27:52.611 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:27:52.611 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:27:52.611 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:27:52.611 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:28:22.922 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:28:23.485 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (19s) 2s ago 19s 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (58m) 4s ago 58m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (58m) 2s ago 58m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (58m) 2s ago 58m 46.7M - 6.7.4 557c83e11646 34634614010d 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (44m) 4s ago 44m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (44m) 2s ago 44m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (64m) 4s ago 64m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:28:23.486 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (12m) 2s ago 58m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (64m) 4s ago 64m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (63m) 2s ago 63m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (11s) 4s ago 10s 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (6s) 2s ago 6s 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4s ago 36m - - 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2s ago 34m - - 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (58m) 4s ago 58m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (58m) 4s ago 58m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (56m) 4s ago 56m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (55m) 4s ago 55m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (54m) 2s ago 54m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:28:23.487 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (53m) 2s ago 53m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:28:23.488 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (53m) 2s ago 53m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:28:23.488 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (53m) 2s ago 53m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:28:23.488 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (12s) 2s ago 12s 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:28:23.816 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:28:23.817 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:28:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:28:24.102 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:28:24.102 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:28:24.102 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:28:24.102 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:28:24.103 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:28:24.103 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:28:24.103 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:28:24.103 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:28:24.103 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:28:54.407 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:28:54.966 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:28:54.966 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (51s) 34s ago 50s 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:28:54.966 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (59m) 35s ago 59m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:28:54.966 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (59m) 34s ago 59m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (58m) 34s ago 58m 46.7M - 6.7.4 557c83e11646 34634614010d 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (44m) 35s ago 44m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (44m) 34s ago 44m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (65m) 35s ago 65m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (12m) 34s ago 58m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (65m) 35s ago 65m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (63m) 34s ago 63m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (42s) 35s ago 42s 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (37s) 34s ago 37s 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 35s ago 37m - - 2023-12-25T22:28:54.967 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 34s ago 35m - - 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (59m) 35s ago 59m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (58m) 35s ago 58m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (56m) 35s ago 56m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (56m) 35s ago 56m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (54m) 34s ago 54m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (54m) 34s ago 54m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (54m) 34s ago 54m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (54m) 34s ago 54m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:28:54.968 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (44s) 34s ago 44s 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:28:55.304 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:28:55.305 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:28:55.306 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:28:55.589 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:28:55.590 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:28:55.590 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:29:25.896 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:29:26.457 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:29:26.457 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (82s) 65s ago 82s 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:29:26.457 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (59m) 67s ago 59m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:29:26.457 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (59m) 65s ago 59m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (59m) 65s ago 59m 46.7M - 6.7.4 557c83e11646 34634614010d 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (45m) 67s ago 45m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (45m) 65s ago 45m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (65m) 67s ago 65m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (13m) 65s ago 59m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (65m) 67s ago 65m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (64m) 65s ago 64m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (74s) 67s ago 73s 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (69s) 65s ago 69s 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 67s ago 37m - - 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 65s ago 35m - - 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (59m) 67s ago 59m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (59m) 67s ago 59m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (57m) 67s ago 57m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:29:26.458 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (57m) 67s ago 57m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:29:26.459 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (55m) 65s ago 55m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:29:26.459 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (54m) 65s ago 54m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:29:26.459 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (54m) 65s ago 54m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:29:26.459 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (54m) 65s ago 54m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:29:26.459 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (75s) 65s ago 75s 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:29:26.790 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:29:26.790 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:29:26.790 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:29:26.790 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:26.790 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:29:26.790 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:29:26.791 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:29:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:29:57.385 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:29:57.945 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:29:57.945 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (113s) 97s ago 113s 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (60m) 98s ago 60m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (60m) 97s ago 60m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (59m) 97s ago 59m 46.7M - 6.7.4 557c83e11646 34634614010d 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (45m) 98s ago 45m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (45m) 97s ago 45m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (66m) 98s ago 66m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (13m) 97s ago 59m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (66m) 98s ago 66m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (64m) 97s ago 64m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (105s) 98s ago 105s 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:29:57.946 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (100s) 97s ago 100s 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 98s ago 38m - - 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 97s ago 36m - - 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (60m) 98s ago 60m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (59m) 98s ago 59m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (57m) 98s ago 57m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (57m) 98s ago 57m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (55m) 97s ago 55m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (55m) 97s ago 55m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (55m) 97s ago 55m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (55m) 97s ago 55m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:29:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (107s) 97s ago 106s 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:29:58.282 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:29:58.283 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:29:58.565 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:29:58.565 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:29:58.565 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:29:58.565 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:29:58.565 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:29:58.566 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:29:58.566 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:29:58.566 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:29:58.566 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:30:28.872 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (2m) 2m ago 2m 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (60m) 2m ago 60m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (60m) 2m ago 60m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (60m) 2m ago 60m 46.7M - 6.7.4 557c83e11646 34634614010d 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (46m) 2m ago 46m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:30:29.440 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (46m) 2m ago 46m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (66m) 2m ago 66m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (14m) 2m ago 60m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (66m) 2m ago 66m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (65m) 2m ago 65m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (2m) 2m ago 2m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (2m) 2m ago 2m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 38m - - 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 36m - - 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (60m) 2m ago 60m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (60m) 2m ago 60m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:30:29.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (58m) 2m ago 58m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:30:29.442 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (58m) 2m ago 58m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:30:29.442 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (56m) 2m ago 56m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:30:29.442 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (55m) 2m ago 55m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:30:29.442 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (55m) 2m ago 55m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:30:29.442 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (55m) 2m ago 55m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:30:29.442 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (2m) 2m ago 2m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:30:29.776 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:30:29.777 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:30:30.057 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:30:30.058 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:30:30.058 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:31:00.423 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (2m) 2m ago 2m 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (61m) 2m ago 61m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (61m) 2m ago 61m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - - - 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (46m) 2m ago 46m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (46m) 2m ago 46m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (67m) 2m ago 67m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (14m) 2m ago 60m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (67m) 2m ago 67m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (65m) 2m ago 65m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (2m) 2m ago 2m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (2m) 2m ago 2m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 39m - - 2023-12-25T22:31:00.986 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 37m - - 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (61m) 2m ago 61m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (60m) 2m ago 60m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (58m) 2m ago 58m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (58m) 2m ago 58m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (56m) 2m ago 56m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (56m) 2m ago 56m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (56m) 2m ago 56m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (56m) 2m ago 56m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:31:00.987 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (2m) 2m ago 2m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:31:01.321 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:31:01.322 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:01.322 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:31:01.322 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:31:01.322 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:31:01.322 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:31:01.322 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:31:01.605 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:31:01.605 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:31:01.605 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:31:01.606 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:31:01.606 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:31:01.606 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:31:01.606 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:31:01.606 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:31:01.606 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:31:31.914 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:31:32.475 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (3m) 3m ago 3m 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (61m) 3m ago 61m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (61m) 3m ago 61m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - - - 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (47m) 3m ago 47m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (47m) 3m ago 47m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (67m) 3m ago 67m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (15m) 3m ago 61m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (67m) 3m ago 67m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (66m) 3m ago 66m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (3m) 3m ago 3m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (3m) 3m ago 3m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 39m - - 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 37m - - 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (61m) 3m ago 61m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (61m) 3m ago 61m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:31:32.476 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (59m) 3m ago 59m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:31:32.477 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (59m) 3m ago 59m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:31:32.477 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (57m) 3m ago 57m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:31:32.477 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (57m) 3m ago 57m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:31:32.477 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (56m) 3m ago 56m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:31:32.477 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (56m) 3m ago 56m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:31:32.477 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (3m) 3m ago 3m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:31:32.808 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:31:32.809 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:31:32.810 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:31:32.810 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:31:32.810 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:31:32.810 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:31:32.810 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:31:33.093 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:32:03.405 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (4m) 3m ago 3m 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (62m) 3m ago 62m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (62m) 3m ago 62m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - - - 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (47m) 3m ago 47m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (47m) 3m ago 47m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (68m) 3m ago 68m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (15m) 3m ago 61m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:32:03.968 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (68m) 3m ago 68m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (66m) 3m ago 66m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (3m) 3m ago 3m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (3m) 3m ago 3m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 40m - - 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 38m - - 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (62m) 3m ago 62m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (62m) 3m ago 62m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (59m) 3m ago 59m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (59m) 3m ago 59m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (57m) 3m ago 57m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (57m) 3m ago 57m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (57m) 3m ago 57m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (57m) 3m ago 57m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:32:03.969 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (3m) 3m ago 3m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:32:04.307 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:32:04.307 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:32:04.307 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:32:04.307 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:32:04.308 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:32:04.309 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:32:04.309 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:32:04.309 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:32:04.591 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:32:04.592 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:32:34.897 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (4m) 4m ago 4m 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (62m) 4m ago 62m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (62m) 4m ago 62m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - - - 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (48m) 4m ago 48m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (48m) 4m ago 48m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (68m) 4m ago 68m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:32:35.460 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (16m) 4m ago 62m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (68m) 4m ago 68m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (67m) 4m ago 67m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (4m) 4m ago 4m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (4m) 4m ago 4m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 40m - - 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 38m - - 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (62m) 4m ago 62m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (62m) 4m ago 62m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (60m) 4m ago 60m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (60m) 4m ago 60m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (58m) 4m ago 58m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (58m) 4m ago 58m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (57m) 4m ago 57m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (57m) 4m ago 57m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:32:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (4m) 4m ago 4m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:32:35.795 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:32:35.795 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:32:35.795 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:32:35.796 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:32:36.079 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:32:36.080 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:33:06.387 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (5m) 4m ago 5m 16.0M - 0.23.0 ba2b418f427c 43caeb5d5587 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (63m) 4m ago 63m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (63m) 4m ago 63m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - - - 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (48m) 4m ago 48m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (48m) 4m ago 48m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (69m) 4m ago 69m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (16m) 4m ago 62m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (69m) 4m ago 69m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (67m) 4m ago 67m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (4m) 4m ago 4m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (4m) 4m ago 4m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:33:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 41m - - 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 39m - - 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (63m) 4m ago 63m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (63m) 4m ago 63m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (60m) 4m ago 60m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (60m) 4m ago 60m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (58m) 4m ago 58m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (58m) 4m ago 58m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (58m) 4m ago 58m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (58m) 4m ago 58m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:33:06.951 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (4m) 4m ago 4m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:33:07.283 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:33:07.284 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:07.284 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:33:07.284 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:33:07.284 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:33:07.284 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:33:07.284 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2", 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:33:07.565 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:33:07.566 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:33:37.875 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 starting - - - - 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (63m) 5m ago 63m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (63m) 5m ago 63m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 starting - - - - 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (49m) 5m ago 49m 37.4M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (49m) 5m ago 49m 24.6M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 running (69m) 5m ago 69m 390M - 15.2.13 2cf504fded39 fa83e3dbb2e4 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (17m) 5m ago 63m 443M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (69m) 5m ago 69m 719M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (68m) 5m ago 68m 383M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (5m) 5m ago 5m 60.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (5m) 5m ago 5m 56.2M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:33:38.439 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 5m ago 42m - - 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 5m ago 40m - - 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (63m) 5m ago 63m 3282M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (63m) 5m ago 63m 3616M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (61m) 5m ago 61m 2546M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (61m) 5m ago 61m 3758M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (59m) 5m ago 59m 3068M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (59m) 5m ago 59m 3865M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (58m) 5m ago 58m 3450M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (58m) 5m ago 58m 4913M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:33:38.440 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (5m) 5m ago 5m 31.8M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:33:38.773 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:33:38.773 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:33:38.773 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:33:38.773 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:38.773 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:33:38.773 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:33:38.774 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:33:39.058 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:33:39.058 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:33:39.058 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:33:39.058 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:33:39.059 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:33:39.059 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "1/23 daemons upgraded", 2023-12-25T22:33:39.059 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:33:39.059 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:33:39.059 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:34:09.369 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (37s) 19s ago 6m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (64m) 20s ago 64m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (64m) 19s ago 64m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (3m) 19s ago 64m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (50m) 20s ago 50m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (49m) 19s ago 49m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (23s) 20s ago 70m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (17m) 19s ago 64m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (70m) 20s ago 70m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:34:09.931 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (68m) 19s ago 68m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (5m) 20s ago 5m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (5m) 19s ago 5m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 20s ago 42m - - 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 19s ago 40m - - 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (64m) 20s ago 64m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (64m) 20s ago 64m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (61m) 20s ago 61m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (61m) 20s ago 61m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (59m) 19s ago 59m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (59m) 19s ago 59m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (59m) 19s ago 59m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (59m) 19s ago 59m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:34:09.932 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (5m) 19s ago 5m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:34:10.265 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:34:10.547 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:34:10.547 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:34:10.547 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:34:10.547 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:34:10.547 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:34:10.548 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:34:10.548 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:34:10.548 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:34:10.548 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:34:10.548 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:34:10.548 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:34:40.856 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (69s) 50s ago 6m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (64m) 51s ago 64m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (64m) 50s ago 64m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (3m) 50s ago 64m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (50m) 51s ago 50m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (50m) 50s ago 50m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:34:41.420 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (54s) 51s ago 70m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (18m) 50s ago 64m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (70m) 51s ago 70m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (69m) 50s ago 69m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (6m) 51s ago 6m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (6m) 50s ago 6m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 51s ago 43m - - 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 50s ago 41m - - 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (64m) 51s ago 64m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (64m) 51s ago 64m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (62m) 51s ago 62m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (62m) 51s ago 62m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (60m) 50s ago 60m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (60m) 50s ago 60m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (59m) 50s ago 59m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:34:41.421 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (59m) 50s ago 59m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:34:41.422 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (6m) 50s ago 6m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:34:41.758 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:34:41.758 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:34:41.758 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:34:41.758 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:41.758 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:34:41.759 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:34:42.044 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:34:42.044 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:34:42.045 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:35:12.351 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (100s) 82s ago 7m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (65m) 83s ago 65m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (65m) 82s ago 65m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (4m) 82s ago 65m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (51m) 83s ago 51m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (51m) 82s ago 51m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (86s) 83s ago 71m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (19m) 82s ago 65m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:35:12.919 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (71m) 83s ago 71m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (69m) 82s ago 69m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (7m) 83s ago 7m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (6m) 82s ago 6m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 83s ago 43m - - 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 82s ago 41m - - 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (65m) 83s ago 65m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (65m) 83s ago 65m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (62m) 83s ago 62m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (62m) 83s ago 62m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (60m) 82s ago 60m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (60m) 82s ago 60m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (60m) 82s ago 60m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (60m) 82s ago 60m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:35:12.920 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (7m) 82s ago 7m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:35:13.253 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:35:13.254 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:35:13.540 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:35:43.849 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (2m) 113s ago 7m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (65m) 114s ago 65m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (65m) 113s ago 65m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (4m) 113s ago 65m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (51m) 114s ago 51m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (51m) 113s ago 51m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (117s) 114s ago 71m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (19m) 113s ago 65m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (71m) 114s ago 71m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (70m) 113s ago 70m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (7m) 114s ago 7m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:35:44.414 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (7m) 113s ago 7m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 114s ago 44m - - 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 113s ago 42m - - 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (65m) 114s ago 65m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (65m) 114s ago 65m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (63m) 114s ago 63m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (63m) 114s ago 63m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (61m) 113s ago 61m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (61m) 113s ago 61m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (61m) 113s ago 61m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (60m) 113s ago 60m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:35:44.415 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (7m) 113s ago 7m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:35:44.753 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:35:44.753 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:35:44.753 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:35:44.754 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:35:45.037 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:35:45.038 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:36:15.346 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (2m) 2m ago 8m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (66m) 2m ago 66m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (66m) 2m ago 66m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (5m) 2m ago 66m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (52m) 2m ago 52m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (52m) 2m ago 52m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (2m) 2m ago 72m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (20m) 2m ago 66m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (72m) 2m ago 72m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (71m) 2m ago 71m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (8m) 2m ago 8m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:36:15.910 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (7m) 2m ago 7m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 44m - - 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 42m - - 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (66m) 2m ago 66m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (66m) 2m ago 66m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (64m) 2m ago 64m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (63m) 2m ago 63m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (61m) 2m ago 61m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (61m) 2m ago 61m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (61m) 2m ago 61m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (61m) 2m ago 61m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:36:15.911 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (8m) 2m ago 8m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:36:16.245 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:36:16.245 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:36:16.245 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:36:16.245 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:36:16.246 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:36:16.531 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:36:16.532 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:36:46.842 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (3m) 2m ago 8m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (67m) 2m ago 67m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (66m) 2m ago 66m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (5m) 2m ago 66m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (52m) 2m ago 52m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (52m) 2m ago 52m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (3m) 2m ago 72m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (20m) 2m ago 66m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (72m) 2m ago 73m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:36:47.408 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (71m) 2m ago 71m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (8m) 2m ago 8m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (8m) 2m ago 8m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 45m - - 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 43m - - 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (66m) 2m ago 66m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (66m) 2m ago 66m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (64m) 2m ago 64m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (64m) 2m ago 64m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (62m) 2m ago 62m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (62m) 2m ago 62m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (62m) 2m ago 62m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (61m) 2m ago 61m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:36:47.409 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (8m) 2m ago 8m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:36:47.745 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:36:47.745 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:36:47.745 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:36:47.745 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:47.745 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:36:47.745 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:36:47.746 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:36:48.028 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:37:18.339 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (3m) 3m ago 9m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (67m) 3m ago 67m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (67m) 3m ago 67m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (6m) 3m ago 67m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (53m) 3m ago 53m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:37:18.900 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (53m) 3m ago 53m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (3m) 3m ago 73m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (21m) 3m ago 67m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (73m) 3m ago 73m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (72m) 3m ago 72m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (9m) 3m ago 9m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (9m) 3m ago 9m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 45m - - 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 43m - - 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (67m) 3m ago 67m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (67m) 3m ago 67m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (65m) 3m ago 65m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (64m) 3m ago 64m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (63m) 3m ago 63m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:37:18.901 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (62m) 3m ago 62m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:37:18.902 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (62m) 3m ago 62m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:37:18.902 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (62m) 3m ago 62m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:37:18.902 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (9m) 3m ago 9m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:37:19.234 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:37:19.235 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:37:19.521 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:37:19.521 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:37:19.521 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:37:19.521 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:37:19.521 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:37:19.521 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:37:19.522 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:37:19.522 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:37:19.522 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:37:19.522 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:37:19.522 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:37:49.829 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (4m) 3m ago 9m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (68m) 4m ago 68m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (68m) 3m ago 68m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (6m) 3m ago 67m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (53m) 4m ago 53m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (53m) 3m ago 53m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (4m) 4m ago 73m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (21m) 3m ago 67m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:37:50.393 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (74m) 4m ago 74m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (72m) 3m ago 72m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (9m) 4m ago 9m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (9m) 3m ago 9m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 46m - - 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 44m - - 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (68m) 4m ago 68m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (67m) 4m ago 67m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (65m) 4m ago 65m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (65m) 4m ago 65m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (63m) 3m ago 63m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (63m) 3m ago 63m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (63m) 3m ago 63m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (62m) 3m ago 62m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:37:50.394 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (9m) 3m ago 9m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:37:50.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:37:50.729 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:37:50.729 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:37:51.010 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:37:51.030 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:37:51.031 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:38:21.319 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (4m) 4m ago 10m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (68m) 4m ago 68m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (68m) 4m ago 68m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (7m) 4m ago 68m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (54m) 4m ago 54m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (54m) 4m ago 54m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (4m) 4m ago 74m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (22m) 4m ago 68m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (74m) 4m ago 74m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:38:21.878 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (73m) 4m ago 73m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (10m) 4m ago 10m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (10m) 4m ago 10m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 46m - - 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 44m - - 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (68m) 4m ago 68m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (68m) 4m ago 68m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (66m) 4m ago 66m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (65m) 4m ago 65m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (64m) 4m ago 64m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (63m) 4m ago 63m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (63m) 4m ago 63m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (63m) 4m ago 63m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:38:21.879 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (10m) 4m ago 10m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:38:22.215 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:38:22.216 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:38:22.495 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:38:22.495 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:38:22.495 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:38:22.496 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:38:54.945 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:38:55.547 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (5m) 5m ago 10m 17.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (69m) 5m ago 69m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (69m) 5m ago 69m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (7m) 5m ago 68m 33.6M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (54m) 5m ago 54m 37.5M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (54m) 5m ago 54m 25.7M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (5m) 5m ago 75m 44.8M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (22m) 5m ago 68m 459M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (75m) 5m ago 75m 762M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (73m) 5m ago 73m 390M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (10m) 5m ago 10m 89.9M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (10m) 5m ago 10m 85.6M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:38:55.548 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 5m ago 47m - - 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 5m ago 45m - - 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (69m) 5m ago 69m 3300M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (68m) 5m ago 68m 3635M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (66m) 5m ago 66m 2556M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (66m) 5m ago 66m 3776M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (64m) 5m ago 64m 3087M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (64m) 5m ago 64m 3880M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (64m) 5m ago 64m 3464M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (64m) 5m ago 64m 4931M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:38:55.549 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (10m) 5m ago 10m 60.2M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:38:55.901 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:38:55.902 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:38:56.200 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:38:56.200 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:38:56.200 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:38:56.200 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:38:56.201 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:39:26.513 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:39:27.071 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (5m) 28s ago 11m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (69m) 29s ago 69m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (69m) 28s ago 69m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (8m) 28s ago 69m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (55m) 29s ago 55m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (55m) 28s ago 55m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (5m) 29s ago 75m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (23m) 28s ago 69m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:39:27.072 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (75m) 29s ago 75m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (74m) 28s ago 74m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (11m) 29s ago 11m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (11m) 28s ago 11m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 29s ago 47m - - 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 28s ago 45m - - 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (69m) 29s ago 69m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (69m) 29s ago 69m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (67m) 29s ago 67m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (67m) 29s ago 67m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:39:27.073 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (65m) 28s ago 65m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:39:27.074 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (64m) 28s ago 64m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:39:27.074 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (64m) 28s ago 64m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:39:27.074 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (64m) 28s ago 64m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:39:27.074 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (11m) 28s ago 11m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:39:27.406 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:39:27.406 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:39:27.407 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:27.408 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:39:27.408 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:39:27.408 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:39:27.408 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:39:27.408 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:39:27.689 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:39:27.689 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:39:27.689 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:39:27.689 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:39:27.689 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:39:27.690 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:39:27.690 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:39:27.690 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:39:27.690 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:39:27.690 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:39:27.690 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:39:57.998 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (6m) 59s ago 11m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (70m) 60s ago 70m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (70m) 59s ago 70m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (8m) 59s ago 69m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (55m) 60s ago 55m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (55m) 59s ago 55m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:39:58.562 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (6m) 60s ago 76m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (23m) 59s ago 69m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (76m) 60s ago 76m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (74m) 59s ago 74m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (11m) 60s ago 11m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (11m) 59s ago 11m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 60s ago 48m - - 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 59s ago 46m - - 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (70m) 60s ago 70m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (69m) 60s ago 69m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (67m) 60s ago 67m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (67m) 60s ago 67m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (65m) 59s ago 65m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:39:58.563 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (65m) 59s ago 65m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:39:58.564 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (65m) 59s ago 65m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:39:58.564 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (65m) 59s ago 65m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:39:58.564 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (11m) 59s ago 11m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:58.893 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:39:58.894 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:39:59.179 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:39:59.180 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:40:29.487 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:40:30.049 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:40:30.049 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (6m) 91s ago 12m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:40:30.049 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (70m) 92s ago 70m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:40:30.049 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (70m) 91s ago 70m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:40:30.049 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (9m) 91s ago 70m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (56m) 92s ago 56m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (56m) 91s ago 56m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (6m) 92s ago 76m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (24m) 91s ago 70m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (76m) 92s ago 76m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (75m) 91s ago 75m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (12m) 92s ago 12m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (12m) 91s ago 12m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 92s ago 48m - - 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 91s ago 46m - - 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (70m) 92s ago 70m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (70m) 92s ago 70m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (68m) 92s ago 68m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (68m) 92s ago 68m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:40:30.050 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (66m) 91s ago 66m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:40:30.051 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (65m) 91s ago 65m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:40:30.051 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (65m) 91s ago 65m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:40:30.051 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (65m) 91s ago 65m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:40:30.051 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (12m) 91s ago 12m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:40:30.383 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:40:30.383 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:40:30.383 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:40:30.384 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:40:30.385 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:40:30.385 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:40:30.385 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:40:30.385 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:40:30.665 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:40:30.665 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:40:30.665 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:40:30.666 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:41:00.973 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (7m) 2m ago 12m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (71m) 2m ago 71m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (71m) 2m ago 71m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (10m) 2m ago 70m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (56m) 2m ago 56m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (56m) 2m ago 56m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:41:01.534 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (7m) 2m ago 77m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (24m) 2m ago 70m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (77m) 2m ago 77m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (75m) 2m ago 75m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (12m) 2m ago 12m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (12m) 2m ago 12m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 49m - - 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 47m - - 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (71m) 2m ago 71m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (70m) 2m ago 70m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:41:01.535 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (68m) 2m ago 68m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:41:01.536 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (68m) 2m ago 68m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:41:01.536 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (66m) 2m ago 66m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:41:01.536 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (66m) 2m ago 66m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:41:01.536 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (66m) 2m ago 66m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:41:01.536 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (66m) 2m ago 66m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:41:01.536 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (12m) 2m ago 12m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:41:01.868 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:41:01.868 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:41:01.868 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:41:01.868 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:01.869 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:41:01.870 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:41:01.870 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:41:01.870 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:41:01.870 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:41:02.153 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:41:02.154 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:41:02.154 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:41:32.474 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:41:33.038 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:41:33.038 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (8m) 2m ago 13m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:41:33.038 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (71m) 2m ago 71m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:41:33.038 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (71m) 2m ago 71m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:41:33.038 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (10m) 2m ago 71m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (57m) 2m ago 57m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (57m) 2m ago 57m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (7m) 2m ago 77m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (25m) 2m ago 71m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (77m) 2m ago 77m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (76m) 2m ago 76m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (13m) 2m ago 13m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (13m) 2m ago 13m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 2m ago 49m - - 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 47m - - 2023-12-25T22:41:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (71m) 2m ago 71m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (71m) 2m ago 71m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (69m) 2m ago 69m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (69m) 2m ago 69m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (67m) 2m ago 67m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (67m) 2m ago 67m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (66m) 2m ago 66m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (66m) 2m ago 66m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:41:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (13m) 2m ago 13m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:33.376 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:41:33.377 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:41:33.658 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:41:33.659 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:42:03.967 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (8m) 3m ago 14m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (72m) 3m ago 72m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (72m) 3m ago 72m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (11m) 3m ago 71m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (57m) 3m ago 57m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (57m) 3m ago 57m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (8m) 3m ago 78m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (25m) 3m ago 71m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:42:04.533 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (78m) 3m ago 78m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (76m) 3m ago 76m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (13m) 3m ago 13m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (13m) 3m ago 13m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 50m - - 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 48m - - 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (72m) 3m ago 72m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (72m) 3m ago 72m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (69m) 3m ago 69m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (69m) 3m ago 69m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (67m) 3m ago 67m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (67m) 3m ago 67m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (67m) 3m ago 67m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (67m) 3m ago 67m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:42:04.534 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (13m) 3m ago 13m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:42:04.866 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:42:04.866 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:42:04.866 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:42:04.866 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:42:04.867 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:42:05.150 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:42:05.150 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:42:05.150 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:42:05.150 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:42:05.150 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:42:05.150 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:42:05.151 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:42:05.151 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:42:05.151 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:42:05.151 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:42:05.151 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:42:35.455 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (9m) 3m ago 14m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (72m) 3m ago 72m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (72m) 3m ago 72m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (11m) 3m ago 72m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (58m) 3m ago 58m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (58m) 3m ago 58m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (8m) 3m ago 78m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (26m) 3m ago 72m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (78m) 3m ago 78m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (77m) 3m ago 77m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (14m) 3m ago 14m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:42:36.018 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (14m) 3m ago 14m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 3m ago 50m - - 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 48m - - 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (72m) 3m ago 72m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (72m) 3m ago 72m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (70m) 3m ago 70m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (70m) 3m ago 70m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (68m) 3m ago 68m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (68m) 3m ago 68m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (67m) 3m ago 67m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (67m) 3m ago 67m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:42:36.019 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (14m) 3m ago 14m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:42:36.352 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:42:36.352 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:42:36.352 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:42:36.353 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:42:36.636 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:42:36.636 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:42:36.636 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:42:36.636 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:42:36.636 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:42:36.637 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:42:36.637 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:42:36.637 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:42:36.637 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:42:36.637 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:42:36.637 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:43:06.944 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:43:07.501 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:43:07.501 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (9m) 4m ago 15m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:43:07.501 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (73m) 4m ago 73m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (73m) 4m ago 73m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (12m) 4m ago 73m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (58m) 4m ago 58m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (58m) 4m ago 58m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (9m) 4m ago 79m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (26m) 4m ago 72m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (79m) 4m ago 79m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (77m) 4m ago 77m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (14m) 4m ago 14m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (14m) 4m ago 14m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 51m - - 2023-12-25T22:43:07.502 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 49m - - 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (73m) 4m ago 73m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (73m) 4m ago 73m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (70m) 4m ago 70m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (70m) 4m ago 70m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (68m) 4m ago 68m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (68m) 4m ago 68m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (68m) 4m ago 68m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (68m) 4m ago 68m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:43:07.503 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (14m) 4m ago 14m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:43:07.839 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:43:07.839 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:07.840 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:43:07.841 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:43:08.121 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:43:08.122 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:43:08.122 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:43:08.122 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:43:08.122 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:43:38.428 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:43:38.984 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:43:38.984 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (10m) 4m ago 15m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:43:38.984 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (73m) 4m ago 73m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:43:38.984 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (73m) 4m ago 73m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:43:38.984 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (12m) 4m ago 73m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (59m) 4m ago 59m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (59m) 4m ago 59m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (9m) 4m ago 79m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (27m) 4m ago 73m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (79m) 4m ago 79m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (78m) 4m ago 78m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (15m) 4m ago 15m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (15m) 4m ago 15m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:43:38.985 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 4m ago 52m - - 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 50m - - 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (73m) 4m ago 73m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (73m) 4m ago 73m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (71m) 4m ago 71m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (71m) 4m ago 71m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (69m) 4m ago 69m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (69m) 4m ago 69m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (68m) 4m ago 68m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (68m) 4m ago 68m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:43:38.986 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (15m) 4m ago 15m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:43:39.319 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:43:39.320 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:43:39.605 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:43:39.605 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:43:39.605 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:43:39.605 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:43:39.605 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:43:39.606 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:43:39.606 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:43:39.606 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:43:39.606 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2023-12-25T22:43:39.606 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:43:39.606 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:44:09.919 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:44:10.480 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:44:10.480 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (10m) 5m ago 16m 17.4M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (74m) 5m ago 74m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (74m) 5m ago 74m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (13m) 5m ago 74m 34.1M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (60m) 5m ago 60m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (59m) 5m ago 59m 26.8M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (10m) 5m ago 80m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 running (28m) 5m ago 74m 398M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 01ad813fa23e 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (80m) 5m ago 80m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (78m) 5m ago 78m 434M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (15m) 5m ago 15m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (15m) 5m ago 15m 91.3M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 5m ago 52m - - 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 5m ago 50m - - 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (74m) 5m ago 74m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:44:10.481 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (74m) 5m ago 74m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (71m) 5m ago 71m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (71m) 5m ago 71m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (69m) 5m ago 69m 3102M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (69m) 5m ago 69m 3896M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (69m) 5m ago 69m 3478M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (69m) 5m ago 69m 4947M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:44:10.482 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (15m) 5m ago 15m 60.6M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:44:10.814 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:44:10.815 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:44:10.815 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:44:10.815 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:10.815 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:44:10.815 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:44:10.816 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:44:11.108 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:44:11.108 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:44:11.108 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:44:11.108 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:44:11.108 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2023-12-25T22:44:11.108 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2023-12-25T22:44:11.109 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:44:11.109 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:44:11.109 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:44:41.418 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:44:41.977 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:44:41.977 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (11m) 27s ago 16m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (74m) 5m ago 74m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (74m) 27s ago 74m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (13m) 27s ago 74m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (60m) 5m ago 60m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (60m) 27s ago 60m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (10m) 5m ago 80m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (31s) 27s ago 74m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (80m) 5m ago 80m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (79m) 27s ago 79m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (16m) 5m ago 16m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (16m) 27s ago 16m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 5m ago 53m - - 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 27s ago 51m - - 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (74m) 5m ago 74m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:44:41.978 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (74m) 5m ago 74m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (72m) 5m ago 72m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (72m) 5m ago 72m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (70m) 27s ago 70m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (70m) 27s ago 70m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (69m) 27s ago 69m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (69m) 27s ago 69m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:44:41.979 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (16m) 27s ago 16m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:44:42.310 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:44:42.310 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:44:42.310 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:44:42.310 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:44:42.311 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:44:42.595 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:44:42.596 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:44:42.596 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:44:42.596 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:45:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:45:13.466 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:45:13.466 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (11m) 58s ago 17m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:45:13.466 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (75m) 6m ago 75m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (75m) 58s ago 75m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (14m) 58s ago 75m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (61m) 6m ago 61m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (61m) 58s ago 61m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (11m) 6m ago 81m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (62s) 58s ago 75m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (81m) 6m ago 81m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (79m) 58s ago 79m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (17m) 6m ago 17m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (16m) 58s ago 16m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:45:13.467 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 6m ago 53m - - 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 58s ago 51m - - 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (75m) 6m ago 75m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (75m) 6m ago 75m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (72m) 6m ago 72m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (72m) 6m ago 72m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (70m) 58s ago 70m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (70m) 58s ago 70m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (70m) 58s ago 70m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (70m) 58s ago 70m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:45:13.468 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (17m) 58s ago 17m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:45:13.799 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:45:13.799 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:45:13.800 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:13.801 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:45:13.801 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:45:13.801 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:45:13.801 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:45:13.801 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:45:14.084 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:45:14.084 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:45:14.084 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:45:14.084 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:45:14.084 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:45:14.084 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:45:14.085 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:45:14.085 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:45:14.085 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:45:14.085 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:45:14.085 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:45:44.394 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (12m) 90s ago 17m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (75m) 6m ago 75m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (75m) 90s ago 75m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (14m) 90s ago 75m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (61m) 6m ago 61m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:45:44.954 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (61m) 90s ago 61m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (11m) 6m ago 81m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (94s) 90s ago 75m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (81m) 6m ago 81m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (80m) 90s ago 80m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (17m) 6m ago 17m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (17m) 90s ago 17m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 6m ago 54m - - 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 90s ago 52m - - 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (75m) 6m ago 75m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (75m) 6m ago 75m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (73m) 6m ago 73m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:45:44.955 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (73m) 6m ago 73m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:45:44.956 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (71m) 90s ago 71m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:45:44.956 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (71m) 90s ago 71m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:45:44.956 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (71m) 90s ago 71m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:45:44.956 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (70m) 90s ago 70m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:45:44.956 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (17m) 90s ago 17m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:45:45.290 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:45:45.290 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:45:45.291 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:45:45.292 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:45:45.574 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:45:45.574 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:45:45.574 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:45:45.575 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:46:15.881 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:46:16.439 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (12m) 2m ago 18m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (76m) 7m ago 76m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (76m) 2m ago 76m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (15m) 2m ago 76m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (62m) 7m ago 62m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (62m) 2m ago 62m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (12m) 7m ago 82m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (2m) 2m ago 76m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (82m) 7m ago 82m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:46:16.440 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (81m) 2m ago 81m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (18m) 7m ago 18m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (17m) 2m ago 17m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 7m ago 54m - - 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 52m - - 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (76m) 7m ago 76m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (76m) 7m ago 76m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (74m) 7m ago 74m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (73m) 7m ago 73m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (71m) 2m ago 71m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (71m) 2m ago 71m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:46:16.441 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (71m) 2m ago 71m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:46:16.442 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (71m) 2m ago 71m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:46:16.442 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (18m) 2m ago 18m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:46:16.776 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:46:16.776 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:46:16.776 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:46:16.777 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:46:16.778 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:46:16.778 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:46:16.778 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:46:17.057 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:46:17.058 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:46:47.368 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:46:47.935 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (13m) 2m ago 18m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (77m) 7m ago 77m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (77m) 2m ago 77m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (15m) 2m ago 76m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (62m) 7m ago 62m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (62m) 2m ago 62m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (13m) 7m ago 82m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (2m) 2m ago 76m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (82m) 7m ago 83m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (81m) 2m ago 81m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:46:47.936 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (18m) 7m ago 18m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (18m) 2m ago 18m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 7m ago 55m - - 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 2m ago 53m - - 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (76m) 7m ago 76m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (76m) 7m ago 76m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (74m) 7m ago 74m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (74m) 7m ago 74m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (72m) 2m ago 72m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (72m) 2m ago 72m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:46:47.937 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (72m) 2m ago 72m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:46:47.938 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (71m) 2m ago 71m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:46:47.938 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (18m) 2m ago 18m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:46:48.271 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:46:48.271 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:46:48.271 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:46:48.271 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:46:48.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:46:48.273 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:46:48.273 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:46:48.555 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:46:48.556 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:47:18.863 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:47:19.423 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:47:19.423 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (13m) 3m ago 19m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:47:19.423 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (77m) 8m ago 77m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:47:19.423 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (77m) 3m ago 77m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (16m) 3m ago 77m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (63m) 8m ago 63m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (63m) 3m ago 63m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (13m) 8m ago 83m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (3m) 3m ago 77m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (83m) 8m ago 83m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (82m) 3m ago 82m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (19m) 8m ago 19m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (19m) 3m ago 19m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 8m ago 55m - - 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 53m - - 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (77m) 8m ago 77m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (77m) 8m ago 77m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (75m) 8m ago 75m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (74m) 8m ago 74m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (73m) 3m ago 73m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:47:19.424 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (72m) 3m ago 72m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:47:19.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (72m) 3m ago 72m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:47:19.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (72m) 3m ago 72m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:47:19.425 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (19m) 3m ago 19m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:47:19.759 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:19.760 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:47:19.760 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:47:19.760 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:47:19.760 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:47:19.760 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:47:20.042 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:47:20.043 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:47:20.043 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:47:20.043 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:47:20.043 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:47:50.349 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:47:50.906 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:47:50.906 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (14m) 3m ago 19m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (78m) 8m ago 78m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (78m) 3m ago 78m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (16m) 3m ago 77m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (63m) 8m ago 63m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (63m) 3m ago 63m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (14m) 8m ago 84m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (3m) 3m ago 77m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (84m) 8m ago 84m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (82m) 3m ago 82m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (19m) 8m ago 19m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:47:50.907 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (19m) 3m ago 19m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 8m ago 56m - - 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 3m ago 54m - - 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (78m) 8m ago 78m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (77m) 8m ago 77m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (75m) 8m ago 75m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (75m) 8m ago 75m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (73m) 3m ago 73m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (73m) 3m ago 73m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (73m) 3m ago 73m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (72m) 3m ago 72m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:47:50.908 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (19m) 3m ago 19m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:47:51.241 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:47:51.242 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:47:51.527 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:47:51.528 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:48:21.833 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:48:22.394 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:48:22.394 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (14m) 4m ago 20m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:48:22.394 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (78m) 9m ago 78m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (78m) 4m ago 78m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (17m) 4m ago 78m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (64m) 9m ago 64m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (64m) 4m ago 64m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (14m) 9m ago 84m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (4m) 4m ago 78m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (84m) 9m ago 84m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (83m) 4m ago 83m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (20m) 9m ago 20m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (20m) 4m ago 20m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:48:22.395 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 9m ago 56m - - 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 54m - - 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (78m) 9m ago 78m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (78m) 9m ago 78m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (76m) 9m ago 76m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (75m) 9m ago 75m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (74m) 4m ago 74m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (73m) 4m ago 73m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (73m) 4m ago 73m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (73m) 4m ago 73m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:48:22.396 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (20m) 4m ago 20m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:48:22.727 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:22.728 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:48:22.729 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:48:23.010 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:48:23.010 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:48:23.010 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:48:23.010 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:48:23.011 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:48:53.322 INFO:teuthology.orchestra.run.smithi037.stdout:true 2023-12-25T22:48:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:48:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (15m) 4m ago 20m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:48:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (79m) 9m ago 79m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:48:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (79m) 4m ago 79m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:48:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (17m) 4m ago 78m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:48:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (64m) 9m ago 64m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (64m) 4m ago 64m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (15m) 9m ago 85m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (4m) 4m ago 78m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (85m) 9m ago 85m 807M 2048M 15.2.13 2cf504fded39 69bb90f9d9ca 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (83m) 4m ago 83m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (20m) 9m ago 20m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (20m) 4m ago 20m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 9m ago 57m - - 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 4m ago 55m - - 2023-12-25T22:48:53.885 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (79m) 9m ago 79m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (78m) 9m ago 78m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (76m) 9m ago 76m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (76m) 9m ago 76m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (74m) 4m ago 74m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (74m) 4m ago 74m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (74m) 4m ago 74m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (73m) 4m ago 73m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:48:53.886 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (20m) 4m ago 20m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:48:54.219 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:48:54.219 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:48:54.219 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:48:54.219 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:48:54.220 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2023-12-25T22:48:54.221 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:48:54.221 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:48:54.221 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:48:54.501 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:48:54.501 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a", 2023-12-25T22:48:54.501 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2023-12-25T22:48:54.501 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [ 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr" 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "2/23 daemons upgraded", 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "Currently upgrading mgr daemons", 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2023-12-25T22:48:54.502 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:49:15.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:15 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:49:15.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:15 smithi037 bash[203207]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon.smithi037 2023-12-25T22:49:16.581 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 systemd[1]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service: Succeeded. 2023-12-25T22:49:16.581 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715. 2023-12-25T22:49:16.581 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 systemd[1]: Starting Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.657+0000 7f22abe6e880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.657+0000 7f22abe6e880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 1 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.657+0000 7f22abe6e880 0 pidfile_write: ignore empty --pid-file 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.662+0000 7f22abe6e880 0 load: jerasure load: lrc load: isa 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T22:49:16.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: DB SUMMARY 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 7565 Bytes 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 1, files: 000165.sst 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 000163.log size: 2267978 ; 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T22:49:16.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.env: 0x558d3d438080 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.fs: Posix File System 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.info_log: 0x558d3dcbc560 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.statistics: (nil) 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.use_fsync: 0 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T22:49:16.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 bash[203397]: f2789665cd9b69b66170410a54085ab1332eb9e1ddd3a844cb0303ecc04c03aa 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.db_log_dir: 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T22:49:16.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.write_buffer_manager: 0x558d3e9ae420 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.unordered_write: 0 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T22:49:16.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.row_cache: None 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.wal_filter: None 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T22:49:16.916 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_open_files: -1 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T22:49:16.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Compression algorithms supported: 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kZSTD supported: 0 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000008 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T22:49:16.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.merge_operator: 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_filter: None 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558d3dc61d28) 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cache_index_and_filter_blocks: 1 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: pin_top_level_index_and_filter: 1 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: index_type: 0 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: data_block_index_type: 0 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: index_shortening: 1 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: hash_index_allow_collision: 1 2023-12-25T22:49:16.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: checksum: 1 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: no_block_cache: 0 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_cache: 0x558d3dc96f10 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_cache_name: BinnedLRUCache 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_cache_options: 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: capacity : 536870912 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: num_shard_bits : 4 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: strict_capacity_limit : 0 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: high_pri_pool_ratio: 0.000 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_cache_compressed: (nil) 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: persistent_cache: (nil) 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_size: 4096 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_size_deviation: 10 2023-12-25T22:49:16.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_restart_interval: 16 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: index_block_restart_interval: 1 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: metadata_block_size: 4096 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: partition_filters: 0 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: use_delta_encoding: 1 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: whole_key_filtering: 1 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: verify_compression: 0 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: read_amp_bytes_per_bit: 0 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: format_version: 2 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: enable_index_compression: 1 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: block_align: 0 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T22:49:16.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression: NoCompression 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.num_levels: 7 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T22:49:16.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T22:49:16.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T22:49:16.924 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T22:49:16.925 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T22:49:16.926 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T22:49:16.926 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.ttl: 2592000 2023-12-25T22:49:16.926 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.663+0000 7f22abe6e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.664+0000 7f22abe6e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 167, last_sequence is 70639, log_number is 163,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.664+0000 7f22abe6e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 163 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.664+0000 7f22abe6e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703544556664733, "job": 1, "event": "recovery_started", "log_files": [163]} 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.664+0000 7f22abe6e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #163 mode 2 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 systemd[1]: Started Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715. 2023-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.667+0000 7f22abe6e880 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-12-25T22:49:16.927 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.671+0000 7f22abe6e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703544556671586, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 167, "file_size": 2262432, "table_properties": {"data_size": 2259449, "index_size": 1841, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 325, "raw_key_size": 2483, "raw_average_key_size": 24, "raw_value_size": 2256360, "raw_average_value_size": 21906, "num_data_blocks": 58, "num_entries": 103, "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": 1703544556, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.671+0000 7f22abe6e880 4 rocksdb: [version_set.cc:3826] Creating manifest 168 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.672+0000 7f22abe6e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703544556672451, "job": 1, "event": "recovery_finished"} 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.673+0000 7f22abe6e880 4 rocksdb: DB pointer 0x558d3dd5f800 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.673+0000 7f2292c74700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.673+0000 7f2292c74700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** DB Stats ** 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T22:49:16.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** Compaction Stats [default] ** 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: L0 1/0 2.16 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: L6 1/0 55.60 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-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Sum 2/0 57.75 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** Compaction Stats [default] ** 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T22:49:16.929 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Flush(GB): cumulative 0.002, interval 0.002 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Cumulative compaction: 0.00 GB write, 210.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Interval compaction: 0.00 GB write, 210.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** Compaction Stats [default] ** 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: L0 1/0 2.16 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.930 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: L6 1/0 55.60 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-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Sum 2/0 57.75 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** Compaction Stats [default] ** 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 513.2 0.00 0.00 1 0.004 0 0 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Flush(GB): cumulative 0.002, interval 0.000 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Cumulative compaction: 0.00 GB write, 210.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T22:49:16.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.674+0000 7f22abe6e880 0 starting mon.smithi037 rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi037 fsid d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 1 mon.smithi037@-1(???) e2 preinit fsid d33c7260-a36b-11ee-95a5-87774f69a715 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 0 mon.smithi037@-1(???).mds e7 new map 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 0 mon.smithi037@-1(???).mds e7 print_map 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: e7 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 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-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: legacy client fscid: 1 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Filesystem 'foofs' (1) 2023-12-25T22:49:16.932 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: fs_name foofs 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: epoch 4 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: flags 12 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: created 2023-12-25T21:35:51.308787+0000 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: modified 2023-12-25T21:44:10.415915+0000 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: tableserver 0 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: root 0 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: session_timeout 60 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: session_autoclose 300 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: max_file_size 1099511627776 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: required_client_features {} 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: last_failure 0 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: last_failure_osd_epoch 0 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 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-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: max_mds 1 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: in 0 2023-12-25T22:49:16.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: up {0=15184} 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: failed 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: damaged 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: stopped 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: data_pools [3] 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: metadata_pool 2 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: inline_data disabled 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: balancer 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: standby_count_wanted 1 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: [mds.foofs.smithi037.hpndtq{0:15184} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.37:6834/2152992428,v1:172.21.15.37:6835/2152992428] compat {c=[1],r=[1],i=[7ff]}] 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Standby daemons: 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: [mds.foofs.smithi136.mztydk{-1:24731} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.136:6832/1755062696,v1:172.21.15.136:6833/1755062696] compat {c=[1],r=[1],i=[7ff]}] 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.934 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 0 mon.smithi037@-1(???).osd e63 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 0 mon.smithi037@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 0 mon.smithi037@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.676+0000 7f22abe6e880 0 mon.smithi037@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cephadm 2023-12-25T22:49:13.475066+0000 mgr.smithi037.tlypkg (mgr.20016) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter-smithi136 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: /bin/podman: stderr Error: no such container ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter-smithi136 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter.smithi136 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: /bin/podman: stderr Error: no such container ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter.smithi136 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Reconfig daemon node-exporter.smithi136 ... 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Non-zero exit code 1 from systemctl restart ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: systemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because the control process exited with error code. 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: systemctl: stderr See "systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Traceback (most recent call last): 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: main() 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-25T22:49:16.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: r = ctx.func(ctx) 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: return func(ctx) 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ports=daemon_ports) 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: RuntimeError: Failed command: systemctl restart ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136: Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because the control process exited with error code. 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: See "systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Traceback (most recent call last): 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: yield (conn, connr) 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: code, '\n'.join(err))) 2023-12-25T22:49:16.936 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 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-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter-smithi136 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: /bin/podman: stderr Error: no such container ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter-smithi136 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter.smithi136 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: /bin/podman: stderr Error: no such container ceph-d33c7260-a36b-11ee-95a5-87774f69a715-node-exporter.smithi136 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Reconfig daemon node-exporter.smithi136 ... 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Non-zero exit code 1 from systemctl restart ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: systemctl: stderr Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because the control process exited with error code. 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: systemctl: stderr See "systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: Traceback (most recent call last): 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: main() 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: r = ctx.func(ctx) 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: return func(ctx) 2023-12-25T22:49:16.937 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: ports=daemon_ports) 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: File "/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: RuntimeError: Failed command: systemctl restart ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136: Job for ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service failed because the control process exited with error code. 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: See "systemctl status ceph-d33c7260-a36b-11ee-95a5-87774f69a715@node-exporter.smithi136.service" and "journalctl -xe" for details. 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cephadm 2023-12-25T22:49:13.481209+0000 mgr.smithi037.tlypkg (mgr.20016) 410 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:14.433472+0000 mon.smithi037 (mon.0) 1442 : audit [INF] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:14.434097+0000 mon.smithi037 (mon.0) 1443 : audit [INF] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:14.434637+0000 mon.smithi037 (mon.0) 1444 : audit [DBG] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:14.435186+0000 mon.smithi037 (mon.0) 1445 : audit [DBG] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:14.435994+0000 mon.smithi037 (mon.0) 1446 : audit [DBG] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon.smithi037","key": "container_image"}]: dispatch 2023-12-25T22:49:16.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:49:16.677+0000 7f22abe6e880 1 mon.smithi037@-1(???).paxosservice(auth 1..62) refresh upgraded, format 0 -> 3 2023-12-25T22:49:17.380 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:15.458014+0000 mon.smithi136 (mon.1) 431 : audit [DBG] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-12-25T22:49:17.380 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:15.459418+0000 mon.smithi136 (mon.1) 432 : audit [DBG] from='mgr.20016 172.21.15.37:0/2919167823' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-12-25T22:49:17.380 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.886239+0000 mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 calling monitor election 2023-12-25T22:49:17.380 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.900219+0000 mon.smithi037 (mon.0) 2 : cluster [INF] mon.smithi037 is new leader, mons smithi037,smithi136 in quorum (ranks 0,1) 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.904206+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.904677+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi037.hpndtq=up:active} 1 up:standby 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.904725+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.905867+0000 mon.smithi037 (mon.0) 6 : cluster [DBG] mgrmap e39: smithi037.tlypkg(active, since 10m), standbys: smithi136.vlhmks 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.912259+0000 mon.smithi037 (mon.0) 7 : cluster [DBG] mgrmap e40: smithi037.tlypkg(active, since 10m), standbys: smithi136.vlhmks 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.912787+0000 mon.smithi037 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.912816+0000 mon.smithi037 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.912830+0000 mon.smithi037 (mon.0) 10 : cluster [WRN] daemon node-exporter.smithi037 on smithi037 is in error state 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:16.912842+0000 mon.smithi037 (mon.0) 11 : cluster [WRN] daemon node-exporter.smithi136 on smithi136 is in error state 2023-12-25T22:49:17.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:16.921817+0000 mon.smithi037 (mon.0) 12 : audit [INF] from='mgr.20016 ' entity='' 2023-12-25T22:49:19.409 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:18 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:17.914613+0000 mon.smithi037 (mon.0) 13 : cluster [DBG] mgrmap e41: smithi037.tlypkg(active, since 10m), standbys: smithi136.vlhmks 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:22.316366+0000 mon.smithi037 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi136.vlhmks restarted 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:22.316464+0000 mon.smithi037 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi136.vlhmks started 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:22.318101+0000 mon.smithi136 (mon.1) 433 : audit [DBG] from='mgr.? 172.21.15.136:0/2755864190' entity='mgr.smithi136.vlhmks' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.vlhmks/crt"}]: dispatch 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:22.318623+0000 mon.smithi136 (mon.1) 434 : audit [DBG] from='mgr.? 172.21.15.136:0/2755864190' entity='mgr.smithi136.vlhmks' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:22.320553+0000 mon.smithi136 (mon.1) 435 : audit [DBG] from='mgr.? 172.21.15.136:0/2755864190' entity='mgr.smithi136.vlhmks' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.vlhmks/key"}]: dispatch 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:22.321640+0000 mon.smithi136 (mon.1) 436 : audit [DBG] from='mgr.? 172.21.15.136:0/2755864190' entity='mgr.smithi136.vlhmks' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:22.594897+0000 mon.smithi037 (mon.0) 16 : cluster [INF] Active manager daemon smithi037.tlypkg restarted 2023-12-25T22:49:22.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:22.595244+0000 mon.smithi037 (mon.0) 17 : cluster [INF] Activating manager daemon smithi037.tlypkg 2023-12-25T22:49:22.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:22.602221+0000 mon.smithi037 (mon.0) 18 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-25T22:49:22.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:22.602546+0000 mon.smithi037 (mon.0) 19 : cluster [DBG] mgrmap e42: smithi037.tlypkg(active, starting, since 0.00736845s), standbys: smithi136.vlhmks 2023-12-25T22:49:28.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.604043+0000 mon.smithi037 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-12-25T22:49:28.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.604344+0000 mon.smithi037 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.604920+0000 mon.smithi037 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi037.hpndtq"}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.605299+0000 mon.smithi037 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.mztydk"}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.605671+0000 mon.smithi037 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mgr metadata", "who": "smithi037.tlypkg", "id": "smithi037.tlypkg"}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.605968+0000 mon.smithi037 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mgr metadata", "who": "smithi136.vlhmks", "id": "smithi136.vlhmks"}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.606273+0000 mon.smithi037 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.606641+0000 mon.smithi037 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.606963+0000 mon.smithi037 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.607348+0000 mon.smithi037 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.607587+0000 mon.smithi037 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.607887+0000 mon.smithi037 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T22:49:28.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.608157+0000 mon.smithi037 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.608424+0000 mon.smithi037 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.608697+0000 mon.smithi037 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.609004+0000 mon.smithi037 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.609458+0000 mon.smithi037 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.610353+0000 mon.smithi037 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.611376+0000 mon.smithi037 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.611776+0000 mon.smithi037 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.612174+0000 mon.smithi037 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.612534+0000 mon.smithi037 (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.612908+0000 mon.smithi037 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2023-12-25T22:49:28.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.613284+0000 mon.smithi037 (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi136"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.613703+0000 mon.smithi037 (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.614031+0000 mon.smithi037 (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.614402+0000 mon.smithi037 (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.614738+0000 mon.smithi037 (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi136/grafana_crt"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.615087+0000 mon.smithi037 (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi136/grafana_key"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.615432+0000 mon.smithi037 (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.615776+0000 mon.smithi037 (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.616125+0000 mon.smithi037 (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.616475+0000 mon.smithi037 (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.616814+0000 mon.smithi037 (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-25T22:49:28.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.617155+0000 mon.smithi037 (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.617574+0000 mon.smithi037 (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.617970+0000 mon.smithi037 (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.618384+0000 mon.smithi037 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.618777+0000 mon.smithi037 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.619151+0000 mon.smithi037 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.619504+0000 mon.smithi037 (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.619840+0000 mon.smithi037 (mon.0) 61 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.620210+0000 mon.smithi037 (mon.0) 62 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.620552+0000 mon.smithi037 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.620913+0000 mon.smithi037 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T22:49:28.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.621270+0000 mon.smithi037 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-25T22:49:28.666 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.621613+0000 mon.smithi037 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-25T22:49:28.666 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.621944+0000 mon.smithi037 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2023-12-25T22:49:28.666 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.622306+0000 mon.smithi037 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-25T22:49:28.706 INFO:teuthology.orchestra.run.smithi037.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-25T22:49:28.706 INFO:teuthology.orchestra.run.smithi037.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-25T22:49:28.906 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.622623+0000 mon.smithi037 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-25T22:49:28.907 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:28.644175+0000 mon.smithi037 (mon.0) 70 : cluster [INF] Manager daemon smithi037.tlypkg is now available 2023-12-25T22:49:29.017 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph orch ps' 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:28.701774+0000 mon.smithi037 (mon.0) 71 : cluster [DBG] mgrmap e43: smithi037.tlypkg(active, since 6s), standbys: smithi136.vlhmks 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.701817+0000 mgr.smithi037.tlypkg (mgr.34104) 1 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:28.711148+0000 mgr.smithi037.tlypkg (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.768373+0000 mon.smithi037 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.770447+0000 mon.smithi037 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.827324+0000 mon.smithi037 (mon.0) 74 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.tlypkg/mirror_snapshot_schedule"}]: dispatch 2023-12-25T22:49:29.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:28.841152+0000 mon.smithi037 (mon.0) 75 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.tlypkg/trash_purge_schedule"}]: dispatch 2023-12-25T22:49:29.880 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:29.317603+0000 mon.smithi037 (mon.0) 76 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:29.880 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:29.318735+0000 mon.smithi037 (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-25T22:49:29.880 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:29.340851+0000 mon.smithi037 (mon.0) 78 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:29.880 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:29 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:29.341716+0000 mon.smithi037 (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-25T22:49:30.257 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:49:30.257 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (15m) 5m ago 21m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:49:30.257 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (79m) 10m ago 79m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (79m) 5m ago 79m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (18m) 5m ago 79m 40.5M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (65m) 10m ago 65m 37.7M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (65m) 5m ago 65m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (15m) 10m ago 85m 433M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (5m) 5m ago 79m 42.4M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 starting - - - 2048M 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (84m) 5m ago 84m 433M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (21m) 10m ago 21m 91.7M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (21m) 5m ago 21m 91.4M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:49:30.258 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 10m ago 57m - - 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 5m ago 55m - - 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (79m) 10m ago 79m 3315M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (79m) 10m ago 79m 3652M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (77m) 10m ago 77m 2568M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (77m) 10m ago 77m 3793M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (75m) 5m ago 75m 3119M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (74m) 5m ago 74m 3909M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (74m) 5m ago 74m 3491M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (74m) 5m ago 74m 4964M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:49:30.259 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (21m) 5m ago 21m 65.3M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:49:30.647 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph versions' 2023-12-25T22:49:30.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:29.698281+0000 mon.smithi037 (mon.0) 80 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2023-12-25T22:49:30.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:29.698310+0000 mon.smithi037 (mon.0) 81 : cluster [INF] Cluster is now healthy 2023-12-25T22:49:30.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.245878+0000 mon.smithi037 (mon.0) 82 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon.smithi037","key": "mon_memory_target"}]: dispatch 2023-12-25T22:49:30.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.246349+0000 mon.smithi037 (mon.0) 83 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.246754+0000 mon.smithi037 (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.247148+0000 mon.smithi037 (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.247532+0000 mon.smithi037 (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.249592+0000 mon.smithi037 (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon.smithi136","key": "mon_memory_target"}]: dispatch 2023-12-25T22:49:30.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.249943+0000 mon.smithi037 (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.250292+0000 mon.smithi037 (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.250650+0000 mon.smithi037 (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:30.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.250976+0000 mon.smithi037 (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:32.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:31 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:30.243851+0000 mgr.smithi037.tlypkg (mgr.34104) 3 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T22:49:32.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:31 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:30.607260+0000 mgr.smithi037.tlypkg (mgr.34104) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:32.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:31 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:30.715088+0000 mon.smithi037 (mon.0) 92 : cluster [DBG] mgrmap e44: smithi037.tlypkg(active, since 8s), standbys: smithi136.vlhmks 2023-12-25T22:49:32.197 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:49:32.197 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:49:32.198 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 3 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:49:32.199 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:49:32.521 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-25T22:49:32.846 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:32 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.197546+0000 mon.smithi037 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.37:0/4282538491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-25T22:49:32.846 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:32 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.711804+0000 mon.smithi037 (mon.0) 94 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:33.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:32.607593+0000 mgr.smithi037.tlypkg (mgr.34104) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:33.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.989433+0000 mon.smithi037 (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:33.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.989842+0000 mon.smithi037 (mon.0) 96 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:33.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.990161+0000 mon.smithi037 (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.990450+0000 mon.smithi037 (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.990734+0000 mon.smithi037 (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.991022+0000 mon.smithi037 (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.991324+0000 mon.smithi037 (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.991592+0000 mon.smithi037 (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.991875+0000 mon.smithi037 (mon.0) 103 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mds.foofs.smithi136.mztydk","key": "mds_cache_memory_limit"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:32.992157+0000 mon.smithi037 (mon.0) 104 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:33.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:33 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.085748+0000 mon.smithi037 (mon.0) 105 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:33.846 INFO:teuthology.orchestra.run.smithi037.stdout:wait for servicemap items w/ changing names to refresh 2023-12-25T22:49:34.190 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'sleep 60' 2023-12-25T22:49:34.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.747054+0000 mon.smithi037 (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.747553+0000 mon.smithi037 (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.748185+0000 mon.smithi037 (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.748636+0000 mon.smithi037 (mon.0) 109 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.748994+0000 mon.smithi037 (mon.0) 110 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.749440+0000 mon.smithi037 (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.749840+0000 mon.smithi037 (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.750265+0000 mon.smithi037 (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.750668+0000 mon.smithi037 (mon.0) 114 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mds.foofs.smithi037.hpndtq","key": "mds_cache_memory_limit"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.751042+0000 mon.smithi037 (mon.0) 115 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.751598+0000 mon.smithi037 (mon.0) 116 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.752462+0000 mon.smithi037 (mon.0) 117 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T22:49:34.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cephadm 2023-12-25T22:49:33.753326+0000 mgr.smithi037.tlypkg (mgr.34104) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2023-12-25T22:49:34.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:33.754367+0000 mgr.smithi037.tlypkg (mgr.34104) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail; 609 B/s wr, 0 op/s 2023-12-25T22:49:34.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.759303+0000 mon.smithi037 (mon.0) 118 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:34.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.762378+0000 mon.smithi037 (mon.0) 119 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2023-12-25T22:49:34.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:49:33.768499+0000 mon.smithi037 (mon.0) 120 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' 2023-12-25T22:49:34.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cephadm 2023-12-25T22:49:33.770326+0000 mgr.smithi037.tlypkg (mgr.34104) 8 : cephadm [INF] Reconfiguring node-exporter.smithi037 (unknown last config time)... 2023-12-25T22:49:34.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cephadm 2023-12-25T22:49:33.770463+0000 mgr.smithi037.tlypkg (mgr.34104) 9 : cephadm [INF] Reconfiguring daemon node-exporter.smithi037 on smithi037 2023-12-25T22:49:36.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:35 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:34.720320+0000 mon.smithi037 (mon.0) 121 : cluster [WRN] Health check failed: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-25T22:49:37.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:36 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:35.754891+0000 mgr.smithi037.tlypkg (mgr.34104) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail; 436 B/s wr, 0 op/s 2023-12-25T22:49:39.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:38 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:37.755511+0000 mgr.smithi037.tlypkg (mgr.34104) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail; 339 B/s wr, 0 op/s 2023-12-25T22:49:41.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:40 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:39.756150+0000 mgr.smithi037.tlypkg (mgr.34104) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail; 278 B/s wr, 0 op/s 2023-12-25T22:49:43.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:42 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:41.756672+0000 mgr.smithi037.tlypkg (mgr.34104) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail; 275 B/s wr, 0 op/s 2023-12-25T22:49:45.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:44 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:43.757604+0000 mgr.smithi037.tlypkg (mgr.34104) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail; 275 B/s wr, 0 op/s 2023-12-25T22:49:47.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:46 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:45.758046+0000 mgr.smithi037.tlypkg (mgr.34104) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:49.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:48 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:47.758594+0000 mgr.smithi037.tlypkg (mgr.34104) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:51.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:50 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:49.759292+0000 mgr.smithi037.tlypkg (mgr.34104) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:53.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:52 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:51.759725+0000 mgr.smithi037.tlypkg (mgr.34104) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:55.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:54 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:53.760333+0000 mgr.smithi037.tlypkg (mgr.34104) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:57.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:56 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:55.760810+0000 mgr.smithi037.tlypkg (mgr.34104) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:49:59.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:49:58 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:57.761337+0000 mgr.smithi037.tlypkg (mgr.34104) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:01.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:00 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:49:59.762065+0000 mgr.smithi037.tlypkg (mgr.34104) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:01.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:00 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:00.000130+0000 mon.smithi037 (mon.0) 122 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2023-12-25T22:50:03.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:02 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:01.762520+0000 mgr.smithi037.tlypkg (mgr.34104) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:05.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:04 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:03.763343+0000 mgr.smithi037.tlypkg (mgr.34104) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:07.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:06 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:05.763972+0000 mgr.smithi037.tlypkg (mgr.34104) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:09.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:08 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:07.764548+0000 mgr.smithi037.tlypkg (mgr.34104) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:11.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:10 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:09.765467+0000 mgr.smithi037.tlypkg (mgr.34104) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:13.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:12 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:11.766026+0000 mgr.smithi037.tlypkg (mgr.34104) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:15.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:14 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:13.766655+0000 mgr.smithi037.tlypkg (mgr.34104) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:17.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:16 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:15.767106+0000 mgr.smithi037.tlypkg (mgr.34104) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:19.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:18 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:17.767568+0000 mgr.smithi037.tlypkg (mgr.34104) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:21.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:20 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:19.768406+0000 mgr.smithi037.tlypkg (mgr.34104) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:23.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:22 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:21.769026+0000 mgr.smithi037.tlypkg (mgr.34104) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:25.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:24 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:23.769685+0000 mgr.smithi037.tlypkg (mgr.34104) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:27.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:26 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:25.770060+0000 mgr.smithi037.tlypkg (mgr.34104) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:29.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:27.770581+0000 mgr.smithi037.tlypkg (mgr.34104) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:29.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:28.649867+0000 mon.smithi037 (mon.0) 123 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2023-12-25T22:50:29.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:28.650180+0000 mon.smithi037 (mon.0) 124 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-25T22:50:29.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:28.650435+0000 mon.smithi037 (mon.0) 125 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-25T22:50:29.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:28 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:28.650674+0000 mon.smithi037 (mon.0) 126 : audit [INF] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-25T22:50:31.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:30 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:29.771436+0000 mgr.smithi037.tlypkg (mgr.34104) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:33.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:32 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:31.771954+0000 mgr.smithi037.tlypkg (mgr.34104) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:35.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:34 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:33.772731+0000 mgr.smithi037.tlypkg (mgr.34104) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:35.602 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph orch ps' 2023-12-25T22:50:36.895 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T22:50:36.895 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi136 smithi136 *:9093,9094 running (17m) 64s ago 22m 26.2M - 0.23.0 ba2b418f427c 8231e3045543 2023-12-25T22:50:36.895 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (80m) 63s ago 80m 6861k - 15.2.13 2cf504fded39 e56b2fffd6d1 2023-12-25T22:50:36.895 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi136 smithi136 running (80m) 64s ago 80m 6857k - 15.2.13 2cf504fded39 45521987bac9 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi136 smithi136 running (19m) 64s ago 80m 40.9M - 6.7.4 557c83e11646 307be0e1b6cc 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi037.hpndtq smithi037 running (66m) 63s ago 66m 38.2M - 15.2.13 2cf504fded39 81d251ccfad7 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:mds.foofs.smithi136.mztydk smithi136 running (66m) 64s ago 66m 27.4M - 15.2.13 2cf504fded39 2abefc533d90 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.tlypkg smithi037 *:8443,9283 running (16m) 63s ago 86m 438M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 4e87323236a8 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi136.vlhmks smithi136 *:8443,9283 running (6m) 64s ago 80m 392M - 16.2.14-385-gb14a0a10 49d1f3e5e58d d3a4c532b171 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (80s) 63s ago 86m 37.8M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d f2789665cd9b 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi136 smithi136 running (85m) 64s ago 85m 450M 2048M 15.2.13 2cf504fded39 091d739d51c7 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.0.0.smithi037.tmwjzc smithi037 *:2049 running (22m) 63s ago 22m 92.6M - 3.3 2cf504fded39 4015f0d61bfa 2023-12-25T22:50:36.896 INFO:teuthology.orchestra.run.smithi037.stdout:nfs.foo.1.0.smithi136.agenjw smithi136 *:2049 running (22m) 64s ago 22m 91.8M - 3.3 2cf504fded39 694f43f90acc 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 error 63s ago 59m - - 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi136 smithi136 error 64s ago 56m - - 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (80m) 63s ago 80m 3347M 4096M 15.2.13 2cf504fded39 2dbc09e5c8a1 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (80m) 63s ago 80m 3690M 4096M 15.2.13 2cf504fded39 ecbf2fed95f8 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (78m) 63s ago 78m 2590M 4096M 15.2.13 2cf504fded39 d8582bf0bb0c 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (78m) 63s ago 78m 3826M 4096M 15.2.13 2cf504fded39 8f89596c8649 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi136 running (76m) 64s ago 76m 3136M 4096M 15.2.13 2cf504fded39 d620303eb163 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi136 running (76m) 64s ago 76m 3923M 4096M 15.2.13 2cf504fded39 49d4e52fca5a 2023-12-25T22:50:36.897 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi136 running (75m) 64s ago 75m 3507M 4096M 15.2.13 2cf504fded39 04872c5a9d86 2023-12-25T22:50:36.898 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi136 running (75m) 64s ago 75m 4982M 4096M 15.2.13 2cf504fded39 71c24d908210 2023-12-25T22:50:36.898 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi136 smithi136 *:9095 running (22m) 64s ago 22m 65.9M - 2.33.4 514e6a882f6e eb0d105784cf 2023-12-25T22:50:37.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:36 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:35.773144+0000 mgr.smithi037.tlypkg (mgr.34104) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:37.255 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph versions' 2023-12-25T22:50:38.117 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.882579+0000 mgr.smithi037.tlypkg (mgr.34104) 41 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T22:50:38.117 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.884445+0000 mon.smithi037 (mon.0) 127 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon.smithi037","key": "mon_memory_target"}]: dispatch 2023-12-25T22:50:38.117 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.884828+0000 mon.smithi037 (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.117 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.885181+0000 mon.smithi037 (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.117 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.885516+0000 mon.smithi037 (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.117 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.885832+0000 mon.smithi037 (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.118 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.887783+0000 mon.smithi037 (mon.0) 132 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "mon.smithi136","key": "mon_memory_target"}]: dispatch 2023-12-25T22:50:38.118 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.888136+0000 mon.smithi037 (mon.0) 133 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.118 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.888454+0000 mon.smithi037 (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.118 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.888780+0000 mon.smithi037 (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.118 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:37 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:36.889104+0000 mon.smithi037 (mon.0) 136 : audit [DBG] from='mgr.34104 172.21.15.37:0/3536649086' entity='mgr.smithi037.tlypkg' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-25T22:50:38.550 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-12-25T22:50:38.550 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 1 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 2 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:50:38.551 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": { 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable)": 3 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout: } 2023-12-25T22:50:38.552 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-12-25T22:50:38.913 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-25T22:50:39.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:38 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:37.773825+0000 mgr.smithi037.tlypkg (mgr.34104) 42 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:39.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:38 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:38.550534+0000 mon.smithi037 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.37:0/700007343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-25T22:50:40.213 INFO:teuthology.orchestra.run.smithi037.stdout:false 2023-12-25T22:50:40.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T22:50:40.573 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 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 d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-25T22:50:40.699 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d5468591d9f246a698c6d6a8ae170515 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 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 d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-25T22:50:40.702 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T22:50:40.714 INFO:tasks.cephadm:Teardown begin 2023-12-25T22:50:40.715 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T22:50:40.762 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T22:50:40.801 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T22:50:40.801 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T22:50:40.821 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T22:50:40.861 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T22:50:40.861 INFO:tasks.cephadm.mon.smithi037:Stopping mon.smithi037... 2023-12-25T22:50:40.862 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037 2023-12-25T22:50:41.096 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:40 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: cluster 2023-12-25T22:50:39.774526+0000 mgr.smithi037.tlypkg (mgr.34104) 43 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 171 MiB data, 518 MiB used, 707 GiB / 715 GiB avail 2023-12-25T22:50:41.096 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:40 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: audit 2023-12-25T22:50:40.202405+0000 mon.smithi037 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.37:0/2216612707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-25T22:50:41.097 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:40 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:41.097 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:40 smithi037 bash[205700]: Error: no container with name or ID "ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon.smithi037" found: no such container 2023-12-25T22:50:41.364 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:41 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:50:41.094+0000 7f229bc86700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-25T22:50:41.364 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:41 smithi037 ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037[203411]: debug 2023-12-25T22:50:41.094+0000 7f229bc86700 -1 mon.smithi037@0(leader) e2 *** Got Signal Terminated *** 2023-12-25T22:50:41.615 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:41 smithi037 bash[205738]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-mon-smithi037 2023-12-25T22:50:41.615 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:41 smithi037 systemd[1]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service: Succeeded. 2023-12-25T22:50:41.615 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Dec 25 22:50:41 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for d33c7260-a36b-11ee-95a5-87774f69a715. 2023-12-25T22:50:41.617 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi037.service' 2023-12-25T22:50:41.664 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:41.664 INFO:tasks.cephadm.mon.smithi037:Stopped mon.smithi037 2023-12-25T22:50:41.664 INFO:tasks.cephadm.mon.smithi136:Stopping mon.smithi136... 2023-12-25T22:50:41.664 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi136 2023-12-25T22:50:41.997 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Dec 25 22:50:41 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:42.195 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@mon.smithi136.service' 2023-12-25T22:50:42.247 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:42.247 INFO:tasks.cephadm.mon.smithi136:Stopped mon.smithi136 2023-12-25T22:50:42.247 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-25T22:50:42.247 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.0 2023-12-25T22:50:42.659 INFO:journalctl@ceph.osd.0.smithi037.stdout:Dec 25 22:50:42 smithi037 systemd[1]: Stopping Ceph osd.0 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:42.987 INFO:journalctl@ceph.osd.0.smithi037.stdout:Dec 25 22:50:42 smithi037 bash[205868]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.0 2023-12-25T22:50:42.987 INFO:journalctl@ceph.osd.0.smithi037.stdout:Dec 25 22:50:42 smithi037 bash[205909]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.0/unit.stop: No such file or directory 2023-12-25T22:50:43.663 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.0.service' 2023-12-25T22:50:43.706 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:43.706 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-25T22:50:43.707 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-25T22:50:43.707 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.1 2023-12-25T22:50:43.962 INFO:journalctl@ceph.osd.1.smithi037.stdout:Dec 25 22:50:43 smithi037 systemd[1]: Stopping Ceph osd.1 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:44.370 INFO:journalctl@ceph.osd.1.smithi037.stdout:Dec 25 22:50:44 smithi037 bash[206049]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.1 2023-12-25T22:50:44.372 INFO:journalctl@ceph.osd.1.smithi037.stdout:Dec 25 22:50:44 smithi037 bash[206091]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.1/unit.stop: No such file or directory 2023-12-25T22:50:45.038 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.1.service' 2023-12-25T22:50:45.080 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:45.081 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-25T22:50:45.081 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-25T22:50:45.081 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.2 2023-12-25T22:50:45.324 INFO:journalctl@ceph.osd.2.smithi037.stdout:Dec 25 22:50:45 smithi037 systemd[1]: Stopping Ceph osd.2 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:45.659 INFO:journalctl@ceph.osd.2.smithi037.stdout:Dec 25 22:50:45 smithi037 bash[206232]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.2 2023-12-25T22:50:45.660 INFO:journalctl@ceph.osd.2.smithi037.stdout:Dec 25 22:50:45 smithi037 bash[206276]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.2/unit.stop: No such file or directory 2023-12-25T22:50:46.396 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.2.service' 2023-12-25T22:50:46.438 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:46.439 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-25T22:50:46.439 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-25T22:50:46.439 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.3 2023-12-25T22:50:46.659 INFO:journalctl@ceph.osd.3.smithi037.stdout:Dec 25 22:50:46 smithi037 systemd[1]: Stopping Ceph osd.3 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:47.119 INFO:journalctl@ceph.osd.3.smithi037.stdout:Dec 25 22:50:46 smithi037 bash[206416]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.3 2023-12-25T22:50:47.119 INFO:journalctl@ceph.osd.3.smithi037.stdout:Dec 25 22:50:46 smithi037 bash[206458]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.3/unit.stop: No such file or directory 2023-12-25T22:50:47.788 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.3.service' 2023-12-25T22:50:47.831 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:47.831 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-25T22:50:47.831 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-25T22:50:47.831 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.4 2023-12-25T22:50:48.215 INFO:journalctl@ceph.osd.4.smithi136.stdout:Dec 25 22:50:47 smithi136 systemd[1]: Stopping Ceph osd.4 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:48.489 INFO:journalctl@ceph.osd.4.smithi136.stdout:Dec 25 22:50:48 smithi136 bash[129602]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.4 2023-12-25T22:50:48.489 INFO:journalctl@ceph.osd.4.smithi136.stdout:Dec 25 22:50:48 smithi136 bash[129644]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.4/unit.stop: No such file or directory 2023-12-25T22:50:49.139 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.4.service' 2023-12-25T22:50:49.179 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:49.180 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-25T22:50:49.180 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-25T22:50:49.180 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.5 2023-12-25T22:50:49.425 INFO:journalctl@ceph.osd.5.smithi136.stdout:Dec 25 22:50:49 smithi136 systemd[1]: Stopping Ceph osd.5 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:49.795 INFO:journalctl@ceph.osd.5.smithi136.stdout:Dec 25 22:50:49 smithi136 bash[129785]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.5 2023-12-25T22:50:49.795 INFO:journalctl@ceph.osd.5.smithi136.stdout:Dec 25 22:50:49 smithi136 bash[129828]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.5/unit.stop: No such file or directory 2023-12-25T22:50:50.464 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.5.service' 2023-12-25T22:50:50.504 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:50.504 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-25T22:50:50.504 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-25T22:50:50.504 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.6 2023-12-25T22:50:50.754 INFO:journalctl@ceph.osd.6.smithi136.stdout:Dec 25 22:50:50 smithi136 systemd[1]: Stopping Ceph osd.6 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:51.045 INFO:journalctl@ceph.osd.6.smithi136.stdout:Dec 25 22:50:50 smithi136 bash[129971]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.6 2023-12-25T22:50:51.045 INFO:journalctl@ceph.osd.6.smithi136.stdout:Dec 25 22:50:50 smithi136 bash[130015]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.6/unit.stop: No such file or directory 2023-12-25T22:50:51.822 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.6.service' 2023-12-25T22:50:51.862 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:51.862 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-25T22:50:51.862 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-25T22:50:51.863 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.7 2023-12-25T22:50:52.110 INFO:journalctl@ceph.osd.7.smithi136.stdout:Dec 25 22:50:51 smithi136 systemd[1]: Stopping Ceph osd.7 for d33c7260-a36b-11ee-95a5-87774f69a715... 2023-12-25T22:50:52.791 INFO:journalctl@ceph.osd.7.smithi136.stdout:Dec 25 22:50:52 smithi136 bash[130154]: ceph-d33c7260-a36b-11ee-95a5-87774f69a715-osd.7 2023-12-25T22:50:52.792 INFO:journalctl@ceph.osd.7.smithi136.stdout:Dec 25 22:50:52 smithi136 bash[130199]: bash: /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/osd.7/unit.stop: No such file or directory 2023-12-25T22:50:53.421 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33c7260-a36b-11ee-95a5-87774f69a715@osd.7.service' 2023-12-25T22:50:53.461 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T22:50:53.461 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-25T22:50:53.462 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d33c7260-a36b-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T22:50:53.619 INFO:teuthology.orchestra.run.smithi037.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-25T22:50:53.619 INFO:teuthology.orchestra.run.smithi037.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-25T22:50:53.619 INFO:teuthology.orchestra.run.smithi037.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-25T22:50:53.619 INFO:teuthology.orchestra.run.smithi037.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-12-25T22:50:53.620 INFO:teuthology.orchestra.run.smithi037.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2023-12-25T22:50:53.620 INFO:teuthology.orchestra.run.smithi037.stderr: ... 2023-12-25T22:50:53.620 INFO:teuthology.orchestra.run.smithi037.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-25T22:50:53.630 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T22:50:53.630 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d33c7260-a36b-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T22:50:53.767 INFO:teuthology.orchestra.run.smithi136.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-25T22:50:53.767 INFO:teuthology.orchestra.run.smithi136.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-25T22:50:53.767 INFO:teuthology.orchestra.run.smithi136.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-25T22:50:53.768 INFO:teuthology.orchestra.run.smithi136.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2023-12-25T22:50:53.768 INFO:teuthology.orchestra.run.smithi136.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2023-12-25T22:50:53.768 INFO:teuthology.orchestra.run.smithi136.stderr: ... 2023-12-25T22:50:53.768 INFO:teuthology.orchestra.run.smithi136.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-25T22:50:53.778 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T22:50:53.778 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T22:50:53.807 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T22:50:53.835 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T22:50:53.838 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/remote/ubuntu@smithi037.front.sepia.ceph.com/crash 2023-12-25T22:50:53.839 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/crash -- . 2023-12-25T22:50:53.890 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/remote/ubuntu@smithi136.front.sepia.ceph.com/crash 2023-12-25T22:50:53.891 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/crash -- . 2023-12-25T22:50:53.927 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T22:50:53.928 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T22:50:53.962 INFO:teuthology.orchestra.run.smithi037.stderr:grep: /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T22:50:53.963 INFO:tasks.cephadm:Compressing logs... 2023-12-25T22:50:53.963 DEBUG:teuthology.orchestra.run.smithi037:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T22:50:54.006 DEBUG:teuthology.orchestra.run.smithi136:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T22:50:54.032 INFO:teuthology.orchestra.run.smithi037.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2023-12-25T22:50:54.032 INFO:teuthology.orchestra.run.smithi037.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T22:50:54.033 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T22:50:54.033 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-25T22:50:54.033 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mon.smithi037.log 2023-12-25T22:50:54.033 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-25T22:50:54.033 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mon.smithi037.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-25T22:50:54.034 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi037.tlypkg.log 2023-12-25T22:50:54.036 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T22:50:54.037 INFO:teuthology.orchestra.run.smithi136.stderr:: No such file or directory 2023-12-25T22:50:54.037 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi136.vlhmks.log 2023-12-25T22:50:54.037 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-25T22:50:54.037 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T22:50:54.037 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi136.vlhmks.log: /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-25T22:50:54.038 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi136.mztydk.log 2023-12-25T22:50:54.038 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-25T22:50:54.038 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi136.mztydk.log: 62.7% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi136.mztydk.log.gz 2023-12-25T22:50:54.040 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mon.smithi136.log 2023-12-25T22:50:54.040 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mon.smithi136.log: 91.3% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T22:50:54.041 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi037.tlypkg.log: 91.2% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T22:50:54.041 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi037.hpndtq.log 2023-12-25T22:50:54.041 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi037.hpndtq.log: 79.5% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi037.hpndtq.log.gz 2023-12-25T22:50:54.041 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-25T22:50:54.041 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.1.log: 91.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T22:50:54.042 INFO:teuthology.orchestra.run.smithi136.stderr: 93.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T22:50:54.043 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-25T22:50:54.163 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.5.log: 90.9% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi136.vlhmks.log.gz 2023-12-25T22:50:55.166 INFO:teuthology.orchestra.run.smithi037.stderr:gzip: /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi037.tlypkg.log: file size changed while zipping 2023-12-25T22:50:55.166 INFO:teuthology.orchestra.run.smithi037.stderr: 92.1% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mgr.smithi037.tlypkg.log.gz 2023-12-25T22:50:55.215 INFO:teuthology.orchestra.run.smithi136.stderr: 92.5% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mon.smithi136.log.gz 2023-12-25T22:50:57.141 INFO:teuthology.orchestra.run.smithi037.stderr: 91.0% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-mon.smithi037.log.gz 2023-12-25T22:51:08.019 INFO:teuthology.orchestra.run.smithi037.stderr: 94.4% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-25T22:51:09.619 INFO:teuthology.orchestra.run.smithi136.stderr: 93.9% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-25T22:51:13.102 INFO:teuthology.orchestra.run.smithi136.stderr: 94.2% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-25T22:51:13.636 INFO:teuthology.orchestra.run.smithi037.stderr: 94.0% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-25T22:51:14.473 INFO:teuthology.orchestra.run.smithi037.stderr: 94.2% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-25T22:51:15.827 INFO:teuthology.orchestra.run.smithi136.stderr: 94.2% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-25T22:51:16.602 INFO:teuthology.orchestra.run.smithi037.stderr: 94.1% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-25T22:51:16.603 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-12-25T22:51:16.603 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m22.582s 2023-12-25T22:51:16.603 INFO:teuthology.orchestra.run.smithi037.stderr:user 1m17.905s 2023-12-25T22:51:16.603 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m2.825s 2023-12-25T22:51:23.947 INFO:teuthology.orchestra.run.smithi136.stderr: 94.1% -- replaced with /var/log/ceph/d33c7260-a36b-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-25T22:51:23.947 INFO:teuthology.orchestra.run.smithi136.stderr: 2023-12-25T22:51:23.947 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m29.922s 2023-12-25T22:51:23.947 INFO:teuthology.orchestra.run.smithi136.stderr:user 1m24.217s 2023-12-25T22:51:23.948 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m3.280s 2023-12-25T22:51:23.948 INFO:tasks.cephadm:Archiving logs... 2023-12-25T22:51:23.949 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/remote/ubuntu@smithi037.front.sepia.ceph.com/log 2023-12-25T22:51:23.951 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T22:51:34.003 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/remote/ubuntu@smithi136.front.sepia.ceph.com/log 2023-12-25T22:51:34.004 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T22:51:45.052 INFO:tasks.cephadm:Removing cluster... 2023-12-25T22:51:45.052 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d33c7260-a36b-11ee-95a5-87774f69a715 --force 2023-12-25T22:52:20.344 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d33c7260-a36b-11ee-95a5-87774f69a715 --force 2023-12-25T22:55:00.009 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T22:55:00.009 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T22:55:00.034 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T22:55:00.053 INFO:tasks.cephadm:Teardown complete 2023-12-25T22:55:00.053 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T22:55:00.064 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T22:55:00.064 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T22:55:00.077 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T22:55:00.094 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-25T22:55:00.099 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T22:55:00.099 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-25T22:55:00.099 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 82 -809us[ -820us] +/- 79ms 2023-12-25T22:55:00.099 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 7 377 17 -633us[ -645us] +/- 53ms 2023-12-25T22:55:00.099 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 +1683us[+1670us] +/- 75ms 2023-12-25T22:55:00.099 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T22:55:00.110 INFO:teuthology.orchestra.run.smithi136.stderr:bash: ntpq: command not found 2023-12-25T22:55:00.114 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T22:55:00.114 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2023-12-25T22:55:00.114 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 82 -814us[ -816us] +/- 79ms 2023-12-25T22:55:00.114 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv02.front.sepia.ceph.com 3 6 377 17 -658us[ -662us] +/- 53ms 2023-12-25T22:55:00.114 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 +1673us[+1669us] +/- 75ms 2023-12-25T22:55:00.114 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T22:55:00.115 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T22:55:00.124 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T22:55:00.125 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T22:55:00.133 DEBUG:teuthology.orchestra.run.smithi037:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-25T22:55:00.246 DEBUG:teuthology.orchestra.run.smithi136:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-25T22:55:00.334 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T22:55:00.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T22:55:00.368 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T22:55:00.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T22:55:00.400 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T22:55:00.410 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T22:55:00.419 INFO:teuthology.task.internal:Duration was 5970.465373 seconds 2023-12-25T22:55:00.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T22:55:00.429 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T22:55:00.429 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T22:55:00.432 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T22:55:00.478 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T22:55:00.485 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T22:55:00.921 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T22:55:00.922 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-12-25T22:55:00.922 DEBUG:teuthology.orchestra.run.smithi037:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T22:55:00.946 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2023-12-25T22:55:00.946 DEBUG:teuthology.orchestra.run.smithi136:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T22:55:00.969 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T22:55:00.969 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T22:55:00.989 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T22:55:01.054 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T22:55:01.054 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T22:55:01.056 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T22:55:01.174 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T22:55:01.184 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T22:55:01.184 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T22:55:01.211 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T22:55:01.238 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T22:55:01.248 DEBUG:teuthology.orchestra.run.smithi037:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T22:55:01.253 DEBUG:teuthology.orchestra.run.smithi136:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T22:55:01.278 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-12-25T22:55:01.304 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2023-12-25T22:55:01.322 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T22:55:01.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T22:55:01.380 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T22:55:01.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T22:55:01.397 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T22:55:01.408 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T22:55:01.409 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/remote/smithi037 2023-12-25T22:55:01.410 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T22:55:01.464 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014/remote/smithi136 2023-12-25T22:55:01.465 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T22:55:01.503 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T22:55:01.504 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T22:55:01.506 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T22:55:01.555 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T22:55:01.566 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T22:55:01.566 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T22:55:01.576 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T22:55:01.577 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T22:55:01.579 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T22:55:01.594 INFO:teuthology.orchestra.run.smithi037.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 22:55 /home/ubuntu/cephtest 2023-12-25T22:55:01.612 INFO:teuthology.orchestra.run.smithi136.stdout: 525761 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 22:55 /home/ubuntu/cephtest 2023-12-25T22:55:01.614 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T22:55:01.624 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T22:55:01.647 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T22:55:01.672 DEBUG:teuthology.nuke:shortname: smithi037 2023-12-25T22:55:01.673 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T22:55:01.692 DEBUG:teuthology.nuke:shortname: smithi136 2023-12-25T22:55:01.693 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T22:55:01.696 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 21:07:23.959954', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJeyd5LnZSrfdG9ydOvFAxnnmk47DZiwwL9XAKiRrqxlyCfpWvxecTSOeWvp9pIi4WutGzBAjZv2qYprONo0A9s='} 2023-12-25T22:55:01.720 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 21:07:23.958188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEk+ZnFJ9Q8unPbfiG19iQaL24ktwHgeq0HsK4Wg/nbvipULVcG09FFizpjYZUyT0s+NeX1EsJkEJ8YiWs9A3AY='} 2023-12-25T22:55:01.749 INFO:teuthology.orchestra.console.smithi037:Power off 2023-12-25T22:55:01.749 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T22:55:01.772 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-12-25T22:55:01.772 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:01.787 INFO:teuthology.orchestra.console.smithi136:Power off 2023-12-25T22:55:01.787 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T22:55:01.797 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-25T22:55:01.809 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2023-12-25T22:55:01.809 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:01.831 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2023-12-25T22:55:05.799 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:05.832 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:05.911 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-25T22:55:05.941 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2023-12-25T22:55:09.913 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:09.942 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:10.022 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-12-25T22:55:10.050 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2023-12-25T22:55:10.124 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-12-25T22:55:14.055 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T22:55:14.166 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2023-12-25T22:55:14.266 INFO:teuthology.orchestra.console.smithi136:Power off completed 2023-12-25T22:55:14.372 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: 5970.465372562408 failure_reason: 'Command failed on smithi037 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 d33c7260-a36b-11ee-95a5-87774f69a715 -e sha1=b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d5468591d9f246a698c6d6a8ae170515 status: fail success: false 2023-12-25T22:55:14.372 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T22:55:14.466 INFO:teuthology.run:FAIL